quicklz 1.5.0.10 → 1.5.0.11
raw patch · 2 files changed
+7/−6 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- AUTHORS.txt +1/−1
- quicklz.cabal +6/−5
AUTHORS.txt view
@@ -1,1 +1,1 @@-Austin Seipp <as@hacks.yi.org>+Austin Seipp <mad.one@gmail.com>
quicklz.cabal view
@@ -1,5 +1,5 @@ name: quicklz-version: 1.5.0.10+version: 1.5.0.11 synopsis: QuickLZ compression for ByteStrings description: This package provides a high level binding to the QuickLZ@@ -21,7 +21,7 @@ license: GPL-2 license-file: LICENSE.txt author: Austin Seipp-maintainer: as@hacks.yi.org+maintainer: mad.one@gmail.com category: Codec build-type: Simple cabal-version: >=1.10@@ -40,8 +40,9 @@ default: False library- exposed-modules: Codec.Compression.QuickLZ - build-depends: + exposed-modules:+ Codec.Compression.QuickLZ+ build-depends: base < 5, bytestring >= 0.9 @@ -52,7 +53,7 @@ if flag(memory-safe) cpp-options: -DDEBUG default-language: Haskell2010- + test-suite properties hs-source-dirs: tests main-is: Properties.hs