packages feed

higgledy 0.4.1.0 → 0.4.1.1

raw patch · 2 files changed

+3/−3 lines, 2 filesdep ~QuickCheckPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: QuickCheck

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,4 +1,4 @@-# Revision history for partial-structures+# Revision history for higgledy  ## 0.1.0.0 -- YYYY-mm-dd 
higgledy.cabal view
@@ -1,7 +1,7 @@ cabal-version: 2.4 build-type: Custom name: higgledy-version: 0.4.1.0+version: 0.4.1.1 synopsis: Partial types as a type constructor. description: Use the generic representation of an ADT to get a higher-kinded data-style interface automatically. homepage: https://github.com/i-am-tom/higgledy@@ -30,7 +30,7 @@                , barbies ^>= 2.0                , generic-lens >= 2.1 && < 3.0                , generic-lens-core >= 2.1 && < 3.0-               , QuickCheck >= 2.12.6 && < 2.14+               , QuickCheck >= 2.12.6 && < 2.15                , named ^>= 0.3.0.0   hs-source-dirs:      src   default-language:    Haskell2010