dataenc 0.13.0.4 → 0.13.0.5
raw patch · 1 files changed
+4/−3 lines, 1 filesdep ~QuickCheckPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: QuickCheck
API changes (from Hackage documentation)
Files
- dataenc.cabal +4/−3
dataenc.cabal view
@@ -1,8 +1,8 @@ name: dataenc-version: 0.13.0.4+version: 0.13.0.5 license: BSD3 license-file: LICENSE-cabal-version: >= 1.2+cabal-version: >= 1.6 build-type: Simple author: Magnus Therning maintainer: magnus@therning.org@@ -44,6 +44,7 @@ hs-source-dirs: test-src src ghc-options: -fhpc if flag(BuildTests)- build-depends: test-framework, test-framework-hunit, HUnit, test-framework-quickcheck2, QuickCheck >= 2.1.0.0+ build-depends: test-framework, test-framework-hunit, HUnit,+ test-framework-quickcheck2, QuickCheck == 2.1.* else buildable: False