summaryrefslogtreecommitdiff
path: root/p/haskell-time-parsers
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2016-06-01 10:03:38 +0200
committerJoachim Breitner <mail@joachim-breitner.de>2016-06-01 10:03:38 +0200
commit9a71d65409b183455aa2af60834a85c4afd490dc (patch)
tree8f69dd3fb6031fb42ac0a096ee3d77569046c47d /p/haskell-time-parsers
parent0e4cd79e489e4aa4b01f1bd88d3049ecce54eed7 (diff)
downloadDHG_packages-9a71d65409b183455aa2af60834a85c4afd490dc.tar.gz
time-parsers: new-metadata-from-hackage
Diffstat (limited to 'p/haskell-time-parsers')
-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, 20 insertions, 2 deletions
diff --git a/p/haskell-time-parsers/debian/changelog b/p/haskell-time-parsers/debian/changelog
index c8ab4fbef..5da0ac73f 100644
--- a/p/haskell-time-parsers/debian/changelog
+++ b/p/haskell-time-parsers/debian/changelog
@@ -1,8 +1,12 @@
-haskell-time-parsers (0.1.0.0-2) UNRELEASED; urgency=medium
+haskell-time-parsers (0.1.0.0-2) unstable; urgency=medium
+ [ Dmitry Bogatov ]
* Use secure (https) uri in Vcs-Git field in 'debian/control'
* Bump standards version to 3.9.8 (no changes needed)
+ [ Joachim Breitner ]
+ * Patch to allow newer bifunctors
+
-- Dmitry Bogatov <KAction@gnu.org> Tue, 10 May 2016 09:36:23 +0300
haskell-time-parsers (0.1.0.0-1) unstable; urgency=low
diff --git a/p/haskell-time-parsers/debian/control b/p/haskell-time-parsers/debian/control
index 14d3f8064..128c6e2e1 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.2),
+ libghc-bifunctors-dev (<< 5.4),
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
new file mode 100644
index 000000000..3949f27c6
--- /dev/null
+++ b/p/haskell-time-parsers/debian/patches/new-metadata-from-hackage
@@ -0,0 +1,13 @@
+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
new file mode 100644
index 000000000..0131f75d3
--- /dev/null
+++ b/p/haskell-time-parsers/debian/patches/series
@@ -0,0 +1 @@
+new-metadata-from-hackage