attoparsec-time 1.0.1.1 → 1.0.1.2
raw patch · 2 files changed
+2/−7 lines, 2 filesdep −scientificdep ~bytestringPVP ok
version bump matches the API change (PVP)
Dependencies removed: scientific
Dependency ranges changed: bytestring
API changes (from Hackage documentation)
Files
attoparsec-time.cabal view
@@ -1,5 +1,5 @@ name: attoparsec-time-version: 1.0.1.1+version: 1.0.1.2 synopsis: Attoparsec parsers of time description: A collection of Attoparsec parsers for the \"time\" library category: Attoparsec, Parsers, Time@@ -31,7 +31,6 @@ build-depends: attoparsec >=0.13 && <0.15, base >=4.9 && <5,- bytestring ==0.10.*,- scientific ==0.3.*,+ bytestring >=0.10 && <0.12, text >=1 && <2, time >=1.4 && <2
library/Attoparsec/Time/Prelude.hs view
@@ -76,10 +76,6 @@ ------------------------- import Data.Text as Exports (Text) --- scientific---------------------------import Data.Scientific as Exports (Scientific)- -- time ------------------------- import Data.Time as Exports