packages feed

Cabal revisions of lzma-conduit-1.1.3.1

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-name:                lzma-conduit-version:             1.1.3.1-synopsis:            Conduit interface for lzma/xz compression.-description:-  High level bindings to xz-utils.-  .-license:             BSD3-license-file:        LICENSE-author:              Nathan Howell <nhowell@alphaheavy.com>-maintainer:          Nathan Howell <nhowell@alphaheavy.com>-homepage:            http://github.com/alphaHeavy/lzma-conduit-bug-reports:         http://github.com/alphaHeavy/lzma-conduit/issues-category:            Codec, Compression, Conduit--build-type:          Simple-cabal-version:       >= 1.10--extra-source-files:-  tests/Main.hs--library-  ghc-prof-options: -fprof-auto-  default-language:-    Haskell2010-  hs-source-dirs:-    src-  exposed-modules:-    Bindings.Lzma-    Data.Conduit.Lzma-  build-depends:-    base              >= 3      && < 5,-    bindings-DSL      >= 1.0    && < 1.1,-    bytestring        >= 0.9.1  && < 0.11,-    conduit           >= 0.4    && < 1.3,-    resourcet         >= 0.3    && < 1.2,-    transformers      >= 0.2    && < 0.6-  ghc-options:-    -Wall-  includes:-    lzma.h-  extra-libraries:-    lzma--test-suite lzma-test-  default-language:-    Haskell2010-  hs-source-dirs:-    tests-  type:-    exitcode-stdio-1.0-  main-is:-    Main.hs-  ghc-options:-    -threaded-  build-depends:-    lzma-conduit,-    base                       >= 3      && < 5,-    bytestring,-    conduit,-    resourcet,-    test-framework,-    test-framework-hunit,-    test-framework-quickcheck2,-    HUnit,-    QuickCheck--source-repository head-  type:     git-  location: https://github.com/alphaHeavy/lzma-conduit.git-+name:                lzma-conduit
+version:             1.1.3.1
+x-revision: 1
+synopsis:            Conduit interface for lzma/xz compression.
+description:
+  High level bindings to xz-utils.
+  .
+license:             BSD3
+license-file:        LICENSE
+author:              Nathan Howell <nhowell@alphaheavy.com>
+maintainer:          Nathan Howell <nhowell@alphaheavy.com>
+homepage:            http://github.com/alphaHeavy/lzma-conduit
+bug-reports:         http://github.com/alphaHeavy/lzma-conduit/issues
+category:            Codec, Compression, Conduit
+
+build-type:          Simple
+cabal-version:       >= 1.10
+
+extra-source-files:
+  tests/Main.hs
+
+library
+  ghc-prof-options: -fprof-auto
+  default-language:
+    Haskell2010
+  hs-source-dirs:
+    src
+  exposed-modules:
+    Bindings.Lzma
+    Data.Conduit.Lzma
+  build-depends:
+    base              >= 3      && < 4.13,
+    bindings-DSL      >= 1.0    && < 1.1,
+    bytestring        >= 0.9.1  && < 0.11,
+    conduit           >= 0.4    && < 1.3,
+    resourcet         >= 0.3    && < 1.2,
+    transformers      >= 0.2    && < 0.6
+  ghc-options:
+    -Wall
+  includes:
+    lzma.h
+  extra-libraries:
+    lzma
+
+test-suite lzma-test
+  default-language:
+    Haskell2010
+  hs-source-dirs:
+    tests
+  type:
+    exitcode-stdio-1.0
+  main-is:
+    Main.hs
+  ghc-options:
+    -threaded
+  build-depends:
+    lzma-conduit,
+    base                       >= 3      && < 5,
+    bytestring,
+    conduit,
+    resourcet,
+    test-framework,
+    test-framework-hunit,
+    test-framework-quickcheck2,
+    HUnit,
+    QuickCheck
+
+source-repository head
+  type:     git
+  location: https://github.com/alphaHeavy/lzma-conduit.git
+