parser-combinators 0.2.0 → 0.2.1
raw patch · 3 files changed
+8/−3 lines, 3 files
Files
- CHANGELOG.md +5/−0
- Control/Applicative/Permutations.hs +1/−1
- parser-combinators.cabal +2/−2
CHANGELOG.md view
@@ -1,3 +1,8 @@+## Parser combinators 0.2.1++* Removed the byte order marking at the beginning of the+ `Control.Applicative.Permutations` module.+ ## Parser combinators 0.2.0 * Added `Control.Applicative.Combinators.NonEmpty` module that exports
Control/Applicative/Permutations.hs view
@@ -1,4 +1,4 @@--- |+-- | -- Module : Control.Applicative.Permutations -- Copyright : © 2017 Mark Karpov -- License : BSD 3 clause
parser-combinators.cabal view
@@ -1,7 +1,7 @@ name: parser-combinators-version: 0.2.0+version: 0.2.1 cabal-version: >= 1.18-tested-with: GHC==7.4.2, GHC==7.6.3, GHC==7.8.4, GHC==7.10.3, GHC==8.0.2, GHC==8.2.1+tested-with: GHC==7.4.2, GHC==7.6.3, GHC==7.8.4, GHC==7.10.3, GHC==8.0.2, GHC==8.2.2 license: BSD3 license-file: LICENSE.md author: Mark Karpov <markkarpov92@gmail.com>