Cabal revisions of conduit-parse-0.1.1.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: conduit-parse-version: 0.1.1.1-synopsis: Parsing framework based on conduit.-description: Please refer to README.-homepage: https://github.com/k0ral/conduit-parse-license: OtherLicense-license-file: LICENSE-author: koral <koral@mailoo.org>-maintainer: koral <koral@mailoo.org>-category: Conduit, Text-build-type: Simple-cabal-version: >=1.10-extra-source-files: README.md--source-repository head- type: git- location: git://github.com/k0ral/conduit-parse.git--library- exposed-modules:- Data.Conduit.Parser- other-modules:- Data.Conduit.Parser.Internal- build-depends:- base >= 4.8 && < 5- , conduit- , dlist- , exceptions- , mtl- , parsers- , text- , transformers- default-language: Haskell2010- ghc-options: -Wall -fno-warn-unused-do-bind--test-suite tests- type: exitcode-stdio-1.0- hs-source-dirs: test- main-is: Main.hs- build-depends:- base >= 4.8 && < 5- , conduit- , conduit-parse- , exceptions- , hlint- , mtl- , parsers- , resourcet- , tasty- , tasty-hunit- -- , tasty-quickcheck- default-language: Haskell2010- ghc-options: -Wall -fno-warn-unused-do-bind+name: conduit-parse +version: 0.1.1.1 +x-revision: 1 +synopsis: Parsing framework based on conduit. +description: Please refer to README. +homepage: https://github.com/k0ral/conduit-parse +license: OtherLicense +license-file: LICENSE +author: koral <koral@mailoo.org> +maintainer: koral <koral@mailoo.org> +category: Conduit, Text +build-type: Simple +cabal-version: >=1.10 +extra-source-files: README.md + +source-repository head + type: git + location: git://github.com/k0ral/conduit-parse.git + +library + exposed-modules: + Data.Conduit.Parser + other-modules: + Data.Conduit.Parser.Internal + build-depends: + base >= 4.8 && < 5 + , conduit < 1.3 + , dlist + , exceptions + , mtl + , parsers + , text + , transformers + default-language: Haskell2010 + ghc-options: -Wall -fno-warn-unused-do-bind + +test-suite tests + type: exitcode-stdio-1.0 + hs-source-dirs: test + main-is: Main.hs + build-depends: + base >= 4.8 && < 5 + , conduit + , conduit-parse + , exceptions + , hlint + , mtl + , parsers + , resourcet + , tasty + , tasty-hunit + -- , tasty-quickcheck + default-language: Haskell2010 + ghc-options: -Wall -fno-warn-unused-do-bind
revision 2
name: conduit-parse version: 0.1.1.1 -x-revision: 1 +x-revision: 2 synopsis: Parsing framework based on conduit. description: Please refer to README. homepage: https://github.com/k0ral/conduit-parse other-modules: Data.Conduit.Parser.Internal build-depends: - base >= 4.8 && < 5 + base >= 4.8 && < 4.11 , conduit < 1.3 , dlist , exceptions hs-source-dirs: test main-is: Main.hs build-depends: - base >= 4.8 && < 5 + base >= 4.8 && < 4.11 , conduit , conduit-parse , exceptions