hkd-records 0.0.2 → 0.0.3
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~hkdPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: hkd
API changes (from Hackage documentation)
Files
- hkd-records.cabal +2/−2
hkd-records.cabal view
@@ -1,5 +1,5 @@ name: hkd-records-version: 0.0.2+version: 0.0.3 cabal-version: >=1.10 synopsis: higher kinded record operations description: make higher kinded records great again@@ -21,7 +21,7 @@ Ghc-options: -Wall default-language: Haskell2010 Build-depends: base >= 3 && < 5,- hkd >= 0.1 && < 0.2,+ hkd >= 0.1 && < 0.3, text >= 1.2 && < 1.3 hs-source-dirs: src