summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2016-09-20 14:24:09 -0400
committerClint Adams <clint@debian.org>2016-09-20 14:29:05 -0400
commit1efc690e578f0f615a7ff56630bd47e34658a85a (patch)
tree38930ace654193c1954aa695ce385dc9e54096ed
parent1e36ba3e4fbf47d110ac6c9558e71192e5354e81 (diff)
downloadDHG_packages-1efc690e578f0f615a7ff56630bd47e34658a85a.tar.gz
time-parsers: Upgrading from 0.1.0.0 to 0.1.1.0
-rw-r--r--p/haskell-time-parsers/debian/changelog6
-rw-r--r--p/haskell-time-parsers/debian/control2
-rw-r--r--p/haskell-time-parsers/debian/patches/new-metadata-from-hackage13
-rw-r--r--p/haskell-time-parsers/debian/patches/series1
4 files changed, 7 insertions, 15 deletions
diff --git a/p/haskell-time-parsers/debian/changelog b/p/haskell-time-parsers/debian/changelog
index 5da0ac73f..141b2b31f 100644
--- a/p/haskell-time-parsers/debian/changelog
+++ b/p/haskell-time-parsers/debian/changelog
@@ -1,3 +1,9 @@
+haskell-time-parsers (0.1.1.0-1) unstable; urgency=medium
+
+ * New upstream verison.
+
+ -- Clint Adams <clint@debian.org> Tue, 20 Sep 2016 14:24:09 -0400
+
haskell-time-parsers (0.1.0.0-2) unstable; urgency=medium
[ Dmitry Bogatov ]
diff --git a/p/haskell-time-parsers/debian/control b/p/haskell-time-parsers/debian/control
index 128c6e2e1..666df4c44 100644
--- a/p/haskell-time-parsers/debian/control
+++ b/p/haskell-time-parsers/debian/control
@@ -14,7 +14,7 @@ Build-Depends: debhelper (>= 9),
libghc-attoparsec-dev (>= 0.12.1.6),
libghc-attoparsec-dev (<< 0.14),
libghc-bifunctors-dev (>= 4.2.1),
- libghc-bifunctors-dev (<< 5.4),
+ libghc-bifunctors-dev (<< 5.5),
libghc-parsec3-dev (>= 3.1.9),
libghc-parsec3-dev (<< 3.2),
libghc-parsers-dev (>= 0.12.3),
diff --git a/p/haskell-time-parsers/debian/patches/new-metadata-from-hackage b/p/haskell-time-parsers/debian/patches/new-metadata-from-hackage
deleted file mode 100644
index 3949f27c6..000000000
--- a/p/haskell-time-parsers/debian/patches/new-metadata-from-hackage
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: haskell-time-parsers/time-parsers.cabal
-===================================================================
---- haskell-time-parsers.orig/time-parsers.cabal 2015-12-25 16:07:28.000000000 +0100
-+++ haskell-time-parsers/time-parsers.cabal 2016-06-01 10:02:45.818655961 +0200
-@@ -51,7 +51,7 @@
- , time >=1.4.2 && <1.7
- , time-parsers
- , attoparsec >=0.12.1.6 && <0.14
-- , bifunctors >=4.2.1 && <5.2
-+ , bifunctors >=4.2.1 && <5.4
- , parsec >=3.1.9 && <3.2
- , parsers >=0.12.3 && <0.13
- , tasty >=0.10.1.2 && <0.12
diff --git a/p/haskell-time-parsers/debian/patches/series b/p/haskell-time-parsers/debian/patches/series
deleted file mode 100644
index 0131f75d3..000000000
--- a/p/haskell-time-parsers/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-new-metadata-from-hackage