record 0.3.1.1 → 0.3.1.2
raw patch · 1 files changed
+3/−4 lines, 1 filesdep ~attoparsecdep ~filepathPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: attoparsec, filepath
API changes (from Hackage documentation)
Files
- record.cabal +3/−4
record.cabal view
@@ -1,7 +1,7 @@ name: record version:- 0.3.1.1+ 0.3.1.2 synopsis: First class records implemented with quasi-quotation description:@@ -68,7 +68,7 @@ Record build-depends: -- - attoparsec >= 0.12 && < 0.13,+ attoparsec >= 0.12 && < 0.14, -- text, --@@ -99,7 +99,7 @@ build-depends: doctest == 0.9.*, directory == 1.2.*,- filepath == 1.3.*,+ filepath >= 1.3 && < 1.5, base-prelude, base @@ -119,7 +119,6 @@ -threaded "-with-rtsopts=-N" -funbox-strict-fields- -ddump-splices default-language: Haskell2010 build-depends: