packages feed

Cabal revisions of bzip-signature-0.1.2.0

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

revision 1
-cabal-version:   2.0-name:            bzip-signature-version:         0.1.2.0-license:         BSD3-license-file:    LICENSE-copyright:       Copyright: (c) 2020 Vanessa McHale-maintainer:      vamchale@gmail.com-author:          Vanessa McHale-synopsis:        Backpack signature for BZip compression-description:     Backpack signature for BZip bindings or implementations.-category:        Signatures, Compression, BZip-build-type:      Simple-extra-doc-files:-    README.md-    CHANGELOG.md--source-repository head-    type:     darcs-    location: https://hub.darcs.net/vmchale/bz2-    subdir:   bzip-signature--library-    exposed-modules:-        BZip.File-        BZip.Lens--    signatures:       BZip-    hs-source-dirs:   src-    default-language: Haskell2010-    ghc-options:      -Wall-    build-depends:-        base >=4.10 && <5,-        bytestring -any,-        lens -any,-        composition-prelude >=2.0.5.0+cabal-version:   2.0
+name:            bzip-signature
+version:         0.1.2.0
+x-revision: 1
+license:         BSD3
+license-file:    LICENSE
+copyright:       Copyright: (c) 2020 Vanessa McHale
+maintainer:      vamchale@gmail.com
+author:          Vanessa McHale
+synopsis:        Backpack signature for BZip compression
+description:     Backpack signature for BZip bindings or implementations.
+category:        Signatures, Compression, BZip
+build-type:      Simple
+extra-doc-files:
+    README.md
+    CHANGELOG.md
+
+source-repository head
+    type:     darcs
+    location: https://hub.darcs.net/vmchale/bz2
+    subdir:   bzip-signature
+
+library
+    exposed-modules:
+        BZip.File
+        BZip.Lens
+
+    signatures:       BZip
+    hs-source-dirs:   src
+    default-language: Haskell2010
+    ghc-options:      -Wall
+    build-depends:
+        base >=4.10 && <5,
+        bytestring -any,
+        lens >=1.5,
+        composition-prelude >=2.0.5.0