Cabal revisions of attoparsec-iso8601-1.0.2.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
name: attoparsec-iso8601 version: 1.0.2.0+x-revision: 1 synopsis: Parsing of ISO 8601 dates, originally from aeson. description: Parsing of ISO 8601 dates, originally from aeson. license: BSD3 Data.Attoparsec.Time.Internal Data.Attoparsec.Time build-depends:- attoparsec >= 0.13.0.1 && < 0.14.0.0,+ attoparsec >= 0.13.0.1 && < 0.15, base >= 4.7 && < 5, base-compat-batteries >= 0.10.0 && < 0.12, time-compat >= 1.9.4 && < 1.10,
revision 2
name: attoparsec-iso8601 version: 1.0.2.0-x-revision: 1+x-revision: 2 synopsis: Parsing of ISO 8601 dates, originally from aeson. description: Parsing of ISO 8601 dates, originally from aeson. license: BSD3 build-depends: attoparsec >= 0.13.0.1 && < 0.15, base >= 4.7 && < 5,- base-compat-batteries >= 0.10.0 && < 0.12,+ base-compat-batteries >= 0.10.0 && < 0.13, time-compat >= 1.9.4 && < 1.10, text >= 1.1.1.0 && < 1.3.0.0,- time >= 1.1.1.4 && < 1.12+ time >= 1.1.1.4 && < 1.13 if flag(fast) ghc-options: -O0
revision 3
name: attoparsec-iso8601 version: 1.0.2.0-x-revision: 2+x-revision: 3 synopsis: Parsing of ISO 8601 dates, originally from aeson. description: Parsing of ISO 8601 dates, originally from aeson. license: BSD3 Data.Attoparsec.Time.Internal Data.Attoparsec.Time build-depends:- attoparsec >= 0.13.0.1 && < 0.15,+ attoparsec >= 0.13.1.0 && < 0.15, base >= 4.7 && < 5, base-compat-batteries >= 0.10.0 && < 0.13, time-compat >= 1.9.4 && < 1.10,