attoparsec-data 1.0.5.2 → 1.0.5.3
raw patch · 2 files changed
+2/−4 lines, 2 filesdep ~textsetup-changedPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: text
API changes (from Hackage documentation)
Files
- Setup.hs +0/−2
- attoparsec-data.cabal +2/−2
− Setup.hs
@@ -1,2 +0,0 @@-import Distribution.Simple-main = defaultMain
attoparsec-data.cabal view
@@ -1,5 +1,5 @@ name: attoparsec-data-version: 1.0.5.2+version: 1.0.5.3 category: Parsing synopsis: Parsers for the standard Haskell data types homepage: https://github.com/nikita-volkov/attoparsec-data@@ -29,6 +29,6 @@ base >=4.11 && <5, bytestring >=0.10 && <0.12, scientific >=0.2 && <0.4,- text >=1 && <2,+ text >=1 && <3, time >=1.4 && <2, uuid >=1.3 && <1.4