[package-plan] 01/01: New metadata revisions for binary-parsers-0.2.3.0

Ilias Tsitsimpis iliastsi-guest at moszumanska.debian.org
Mon Feb 27 09:33:40 UTC 2017


This is an automated email from the git hooks/post-receive script.

iliastsi-guest pushed a commit to branch master
in repository package-plan.

commit a38bd568e1252950733c9009b9b11d7043afb8c0
Author: Ilias Tsitsimpis <i.tsitsimpis at gmail.com>
Date:   Mon Feb 27 11:26:35 2017 +0200

    New metadata revisions for binary-parsers-0.2.3.0
---
 additional-cabals/binary-parsers-0.2.3.0.cabal | 110 +++++++++++++++++++++++++
 1 file changed, 110 insertions(+)

diff --git a/additional-cabals/binary-parsers-0.2.3.0.cabal b/additional-cabals/binary-parsers-0.2.3.0.cabal
new file mode 100644
index 0000000..74302c9
--- /dev/null
+++ b/additional-cabals/binary-parsers-0.2.3.0.cabal
@@ -0,0 +1,110 @@
+name:                binary-parsers
+version:             0.2.3.0
+synopsis:            Extends binary with parsec/attoparsec style parsing combinators.
+description:         Extends binary with parsec/attoparsec style parsing combinators.
+license:             BSD3
+license-file:        LICENSE
+author:              Winterland
+maintainer:          drkoster at qq.com
+copyright:           (c) 2016 Winterland       
+category:            Data
+build-type:          Simple
+extra-source-files:    ChangeLog.md
+                     , README.md
+                     , bench/json-data/*.json
+                     , tests/json-data/*.json
+                     , bench/http-request.txt
+
+cabal-version:       >=1.10
+homepage:            https://github.com/winterland1989/binary-parsers
+bug-reports:         https://github.com/winterland1989/binary-parsers/issues
+
+source-repository head
+  type:     git
+  location: git://github.com/winterland1989/binary-parsers.git
+
+library
+    exposed-modules:    Data.Binary.Parser
+                    ,   Data.Binary.Parser.Word8
+                    ,   Data.Binary.Parser.Char8
+                    ,   Data.Binary.Parser.Numeric
+
+    build-depends:      base == 4.*
+                    ,   bytestring == 0.10.*
+                    ,   binary == 0.8.*
+                    ,   bytestring-lexing == 0.5.*
+                    ,   scientific > 0.3
+
+    default-language:    Haskell2010
+    ghc-options:      -Wall
+
+benchmark criterion
+    other-modules:       Aeson
+                    ,    AesonBP
+                    ,    Common
+                    ,    HttpReq
+                    ,    Network.Wai.Handler.Warp.ReadInt
+                    ,    Network.Wai.Handler.Warp.RequestHeader
+
+    build-depends:      base
+                    ,   deepseq
+                    ,   bytestring
+                    ,   binary-parsers
+                    ,   binary
+                    ,   attoparsec
+                    ,   criterion == 1.1.*
+                    ,   scientific
+                    ,   text
+                    ,   vector
+                    ,   directory
+                    ,   filepath
+                    ,   unordered-containers
+                    ,   http-types
+                    ,   case-insensitive
+                    ,   scanner
+
+    default-language: Haskell2010
+    hs-source-dirs:   bench
+    main-is:          Bench.hs
+    type:             exitcode-stdio-1.0
+    ghc-options:      -O2
+
+
+test-suite tests
+  type:           exitcode-stdio-1.0
+  hs-source-dirs: tests .
+  main-is:        Main.hs
+  other-modules:  QC.ByteString
+                , QC.Combinator
+                , QC.Common
+                , Aeson
+                , AesonBP
+                , JSON
+
+  default-language: Haskell2010
+  ghc-options: -Wall -threaded -rtsopts
+
+  build-depends:    base >= 4 && < 5
+                ,   deepseq
+                ,   bytestring
+                ,   bytestring-lexing
+                ,   binary
+                ,   QuickCheck >= 2.7
+                ,   quickcheck-unicode
+                ,   scientific
+                ,   tasty >= 0.11
+                ,   tasty-quickcheck >= 0.8
+                ,   tasty-hunit >= 0.8
+                ,   quickcheck-instances >= 0.3
+                ,   attoparsec
+                ,   scientific
+                ,   text
+                ,   vector
+                ,   directory
+                ,   filepath
+                ,   unordered-containers
+
+  if !impl(ghc >= 8.0)
+    -- Data.Semigroup && Control.Monad.Fail are available in base-4.9+
+    build-depends: fail == 4.9.*,
+                   semigroups >=0.16.1 && <0.19

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/package-plan.git



More information about the Pkg-haskell-commits mailing list