attoparsec-parsec 0.0.1 → 0.0.2
raw patch · 2 files changed
+11/−7 lines, 2 filesdep +hspecdep +markdown-unlitdep −hspec-discoverdep −hspec-shouldbePVP ok
version bump matches the API change (PVP)
Dependencies added: hspec, markdown-unlit
Dependencies removed: hspec-discover, hspec-shouldbe
API changes (from Hackage documentation)
Files
- README.lhs +1/−1
- attoparsec-parsec.cabal +10/−6
README.lhs view
@@ -6,7 +6,7 @@ Example: -~~~ {.haskell .literate}+~~~ {.haskell} {-# LANGUAGE CPP #-} import Prelude hiding (takeWhile) import Data.Text (Text)
attoparsec-parsec.cabal view
@@ -1,5 +1,5 @@ name: attoparsec-parsec-version: 0.0.1+version: 0.0.2 license: MIT license-file: LICENSE copyright: (c) 2011, 2012 Simon Hengel@@ -57,26 +57,30 @@ main-is: Spec.hs build-depends:- base, attoparsec-parsec, text, hspec-shouldbe, hspec-discover, QuickCheck+ base+ , attoparsec-parsec+ , text+ , hspec >= 1.3+ , QuickCheck test-suite readme-parsec type: exitcode-stdio-1.0 ghc-options:- -Wall -Werror -pgmL pandoc-unlit+ -Wall -Werror -pgmL markdown-unlit main-is: README.lhs build-depends:- base, attoparsec-parsec, text+ base, attoparsec-parsec, text, markdown-unlit test-suite readme-attoparsec type: exitcode-stdio-1.0 ghc-options:- -Wall -Werror -pgmL pandoc-unlit+ -Wall -Werror -pgmL markdown-unlit cpp-options: -DUSE_ATTOPARSEC main-is: README.lhs build-depends:- base, attoparsec, text+ base, attoparsec, text, markdown-unlit