packages feed

Cabal revisions of pipes-lzma-0.1.0.0

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

revision 1
-name:                pipes-lzma-version:             0.1.0.0-synopsis:            LZMA compressors and decompressors for the Pipes package-description:-    This package provides a @pipes@ interface to the LZMA compression algorithm-    used by the @.xz@ file format.-homepage:            http://github.com/bgamari/pipes-lzma-license:             BSD3-license-file:        LICENSE-author:              Ben Gamari-maintainer:          ben@smart-cactus.org-copyright:           (c) 2016 Ben Gamari-category:            Codec-build-type:          Simple-cabal-version:       >=1.10--source-repository head-  type:                git-  location:            git://github.com/bgamari/pipes-lzma--library-  exposed-modules:     Pipes.Lzma-  build-depends:       base >=4.6 && <4.10,-                       bytestring >=0.10 && <0.11,-                       pipes >=4.0 && <4.3,-                       lzma >=0.0.0.1 && <0.1-  hs-source-dirs:      src-  default-language:    Haskell2010--executable pipes-lzma-tests-  main-is:             Test.hs-  build-depends:       base >=4.6 && <4.10,-                       bytestring,-                       pipes,-                       pipes-bytestring,-                       pipes-lzma,-                       QuickCheck-  default-language:    Haskell2010--executable pipes-lzma-unxz-  main-is:             Unxz.hs-  build-depends:       base >=4.6 && <4.10,-                       pipes,-                       pipes-bytestring,-                       pipes-lzma-  default-language:    Haskell2010+name:                pipes-lzma
+version:             0.1.0.0
+x-revision: 1
+synopsis:            LZMA compressors and decompressors for the Pipes package
+description:
+    This package provides a @pipes@ interface to the LZMA compression algorithm
+    used by the @.xz@ file format.
+homepage:            http://github.com/bgamari/pipes-lzma
+license:             BSD3
+license-file:        LICENSE
+author:              Ben Gamari
+maintainer:          ben@smart-cactus.org
+copyright:           (c) 2016 Ben Gamari
+category:            Codec
+build-type:          Simple
+cabal-version:       >=1.10
+
+source-repository head
+  type:                git
+  location:            git://github.com/bgamari/pipes-lzma
+
+library
+  exposed-modules:     Pipes.Lzma
+  build-depends:       base >=4.8 && <4.10,
+                       bytestring >=0.10 && <0.11,
+                       pipes >=4.0 && <4.3,
+                       lzma >=0.0.0.1 && <0.1
+  hs-source-dirs:      src
+  default-language:    Haskell2010
+
+executable pipes-lzma-tests
+  main-is:             Test.hs
+  build-depends:       base >=4.6 && <4.10,
+                       bytestring,
+                       pipes,
+                       pipes-bytestring,
+                       pipes-lzma,
+                       QuickCheck
+  default-language:    Haskell2010
+
+executable pipes-lzma-unxz
+  main-is:             Unxz.hs
+  build-depends:       base >=4.6 && <4.10,
+                       pipes,
+                       pipes-bytestring,
+                       pipes-lzma
+  default-language:    Haskell2010