Commit eb5319c2 authored by Clint Adams's avatar Clint Adams
Browse files

attoparsec-iso8601: Upgrading from 1.0.0.0 to 1.0.1.0

parent eedaa428
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-attoparsec-iso8601 (1.0.1.0-1) unstable; urgency=medium

  * New upstream version.

 -- Clint Adams <clint@debian.org>  Fri, 26 Jul 2019 21:39:35 -0400

haskell-attoparsec-iso8601 (1.0.0.0-5) unstable; urgency=medium

  * Patch for newer base-compat.
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ Build-Depends: debhelper (>= 10),
Build-Depends-Indep: ghc-doc,
 libghc-attoparsec-doc,
 libghc-base-compat-doc,
Standards-Version: 4.2.1
Standards-Version: 4.4.0
Homepage: https://github.com/bos/aeson
X-Description: parsing of ISO 8601 dates
 Parsing of ISO 8601 dates, originally from aeson.
+0 −11
Original line number Diff line number Diff line
--- a/attoparsec-iso8601.cabal
+++ b/attoparsec-iso8601.cabal
@@ -37,7 +37,7 @@
   build-depends:
     attoparsec >= 0.13.0.1,
     base >= 4.5 && < 5,
-    base-compat >= 0.9.1 && < 0.10,
+    base-compat >= 0.9.1 && < 0.11,
     text >= 1.1.1.0,
     time >= 1.1.1.4
 
+0 −1
Original line number Diff line number Diff line
newer-deps