[Pkg-haskell-commits] [package-plan] 02/02: Add conduit-extra-1.1.7.1.cabal (modified on hackage)
Joachim Breitner
nomeata at moszumanska.debian.org
Mon May 11 12:45:29 UTC 2015
This is an automated email from the git hooks/post-receive script.
nomeata pushed a commit to branch master
in repository package-plan.
commit c927bbfce898c2dab68d63114d93fbdb36ba935f
Author: Joachim Breitner <mail at joachim-breitner.de>
Date: Mon May 11 14:45:15 2015 +0200
Add conduit-extra-1.1.7.1.cabal (modified on hackage)
---
additional-cabals/conduit-extra-1.1.7.1.cabal | 113 ++++++++++++++++++++++++++
additional-cabals/conduit-extra-1.1.7.3.cabal | 113 ++++++++++++++++++++++++++
2 files changed, 226 insertions(+)
diff --git a/additional-cabals/conduit-extra-1.1.7.1.cabal b/additional-cabals/conduit-extra-1.1.7.1.cabal
new file mode 100644
index 0000000..c123cc3
--- /dev/null
+++ b/additional-cabals/conduit-extra-1.1.7.1.cabal
@@ -0,0 +1,113 @@
+Name: conduit-extra
+Version: 1.1.7.1
+Synopsis: Batteries included conduit: adapters for common libraries.
+Description:
+ The conduit package itself maintains relative small dependencies. The purpose of this package is to collect commonly used utility functions wrapping other library dependencies, without depending on heavier-weight dependencies. The basic idea is that this package should only depend on haskell-platform packages and conduit.
+License: MIT
+License-file: LICENSE
+Author: Michael Snoyman
+Maintainer: michael at snoyman.com
+Category: Data, Conduit
+Build-type: Simple
+Cabal-version: >=1.8
+Homepage: http://github.com/snoyberg/conduit
+extra-source-files:
+ test/random
+ test/filesystem/*.txt
+ test/filesystem/bin/*.txt
+ ChangeLog.md
+
+Library
+ Exposed-modules: Data.Conduit.Attoparsec
+ Data.Conduit.Binary
+ Data.Conduit.Blaze
+ Data.Conduit.ByteString.Builder
+ Data.Conduit.Filesystem
+ Data.Conduit.Lazy
+ Data.Conduit.Network
+ Data.Conduit.Network.UDP
+ Data.Conduit.Process
+ Data.Conduit.Text
+ Data.Conduit.Zlib
+ if !os(windows)
+ Exposed-modules: Data.Conduit.Network.Unix
+
+ Build-depends: base >= 4 && < 5
+ , conduit >= 1.1 && < 1.3
+
+ -- No version bounds necessary, since they're inherited
+ -- from conduit.
+ , bytestring
+ , monad-control
+ , text
+ , transformers
+ , transformers-base
+
+ , attoparsec >= 0.10
+ , blaze-builder >= 0.3
+ , directory
+ , filepath
+ , network >= 2.3
+ , primitive >= 0.5
+ , process
+ , resourcet >= 1.1
+ , stm
+ , streaming-commons >= 0.1.10
+
+ ghc-options: -Wall
+
+test-suite test
+ hs-source-dirs: test
+ main-is: Spec.hs
+ type: exitcode-stdio-1.0
+ ghc-options: -threaded
+ cpp-options: -DTEST
+ build-depends: conduit
+ , conduit-extra
+ , base
+ , hspec >= 1.3
+
+ , async
+ , attoparsec
+ , blaze-builder
+ , bytestring-builder
+ , bytestring
+ , exceptions
+ , process
+ , resourcet
+ , stm
+ , streaming-commons
+ , text
+ , transformers
+ , transformers-base
+ ghc-options: -Wall
+ if os(windows)
+ cpp-options: -DWINDOWS
+ other-modules: Data.Conduit.AttoparsecSpec
+ Data.Conduit.BinarySpec
+ Data.Conduit.ByteString.BuilderSpec
+ Data.Conduit.ExtraSpec
+ Data.Conduit.FilesystemSpec
+ Data.Conduit.LazySpec
+ Data.Conduit.NetworkSpec
+ Data.Conduit.ProcessSpec
+ Data.Conduit.TextSpec
+ Data.Conduit.ZlibSpec
+
+benchmark blaze
+ type: exitcode-stdio-1.0
+ hs-source-dirs: bench
+ build-depends: base
+ , blaze-builder
+ , conduit
+ , conduit-extra
+ , criterion
+ , bytestring
+ , bytestring-builder
+ , transformers
+ main-is: blaze.hs
+ ghc-options: -Wall -O2 -rtsopts
+
+source-repository head
+ type: git
+ location: git://github.com/snoyberg/conduit.git
diff --git a/additional-cabals/conduit-extra-1.1.7.3.cabal b/additional-cabals/conduit-extra-1.1.7.3.cabal
new file mode 100644
index 0000000..d5d6932
--- /dev/null
+++ b/additional-cabals/conduit-extra-1.1.7.3.cabal
@@ -0,0 +1,113 @@
+Name: conduit-extra
+Version: 1.1.7.3
+Synopsis: Batteries included conduit: adapters for common libraries.
+Description:
+ The conduit package itself maintains relative small dependencies. The purpose of this package is to collect commonly used utility functions wrapping other library dependencies, without depending on heavier-weight dependencies. The basic idea is that this package should only depend on haskell-platform packages and conduit.
+License: MIT
+License-file: LICENSE
+Author: Michael Snoyman
+Maintainer: michael at snoyman.com
+Category: Data, Conduit
+Build-type: Simple
+Cabal-version: >=1.8
+Homepage: http://github.com/snoyberg/conduit
+extra-source-files:
+ test/random
+ test/filesystem/*.txt
+ test/filesystem/bin/*.txt
+ ChangeLog.md
+
+Library
+ Exposed-modules: Data.Conduit.Attoparsec
+ Data.Conduit.Binary
+ Data.Conduit.Blaze
+ Data.Conduit.ByteString.Builder
+ Data.Conduit.Filesystem
+ Data.Conduit.Lazy
+ Data.Conduit.Network
+ Data.Conduit.Network.UDP
+ Data.Conduit.Process
+ Data.Conduit.Text
+ Data.Conduit.Zlib
+ if !os(windows)
+ Exposed-modules: Data.Conduit.Network.Unix
+
+ Build-depends: base >= 4 && < 5
+ , conduit >= 1.1 && < 1.3
+
+ -- No version bounds necessary, since they're inherited
+ -- from conduit.
+ , bytestring
+ , monad-control
+ , text
+ , transformers
+ , transformers-base
+
+ , attoparsec >= 0.10
+ , blaze-builder >= 0.3
+ , directory
+ , filepath
+ , network >= 2.3
+ , primitive >= 0.5
+ , process
+ , resourcet >= 1.1
+ , stm
+ , streaming-commons >= 0.1.11
+
+ ghc-options: -Wall
+
+test-suite test
+ hs-source-dirs: test
+ main-is: Spec.hs
+ type: exitcode-stdio-1.0
+ ghc-options: -threaded
+ cpp-options: -DTEST
+ build-depends: conduit
+ , conduit-extra
+ , base
+ , hspec >= 1.3
+
+ , async
+ , attoparsec
+ , blaze-builder
+ , bytestring-builder
+ , bytestring
+ , exceptions
+ , process
+ , resourcet
+ , stm
+ , streaming-commons
+ , text
+ , transformers
+ , transformers-base
+ ghc-options: -Wall
+ if os(windows)
+ cpp-options: -DWINDOWS
+ other-modules: Data.Conduit.AttoparsecSpec
+ Data.Conduit.BinarySpec
+ Data.Conduit.ByteString.BuilderSpec
+ Data.Conduit.ExtraSpec
+ Data.Conduit.FilesystemSpec
+ Data.Conduit.LazySpec
+ Data.Conduit.NetworkSpec
+ Data.Conduit.ProcessSpec
+ Data.Conduit.TextSpec
+ Data.Conduit.ZlibSpec
+
+benchmark blaze
+ type: exitcode-stdio-1.0
+ hs-source-dirs: bench
+ build-depends: base
+ , blaze-builder
+ , conduit
+ , conduit-extra
+ , criterion
+ , bytestring
+ , bytestring-builder
+ , transformers
+ main-is: blaze.hs
+ ghc-options: -Wall -O2 -rtsopts
+
+source-repository head
+ type: git
+ location: git://github.com/snoyberg/conduit.git
--
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