summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2016-06-01 10:07:42 +0200
committerJoachim Breitner <mail@joachim-breitner.de>2016-06-01 10:07:42 +0200
commit151c6a6fc6a61ef90517636e7b429076faf44d7d (patch)
tree44fe5c5680ae2a98054b8894888aa01278e8ede4
parent1f714d7b7b94dd72a83beb279b77af289a930e7e (diff)
downloadDHG_packages-151c6a6fc6a61ef90517636e7b429076faf44d7d.tar.gz
log-domain: patch deps according to hackage
-rw-r--r--p/haskell-log-domain/debian/changelog6
-rw-r--r--p/haskell-log-domain/debian/control2
-rw-r--r--p/haskell-log-domain/debian/patches/new-metadata-from-hackage17
-rw-r--r--p/haskell-log-domain/debian/patches/series1
4 files changed, 24 insertions, 2 deletions
diff --git a/p/haskell-log-domain/debian/changelog b/p/haskell-log-domain/debian/changelog
index f0f6b9c04..679d0bd62 100644
--- a/p/haskell-log-domain/debian/changelog
+++ b/p/haskell-log-domain/debian/changelog
@@ -1,8 +1,12 @@
-haskell-log-domain (0.10.3.1-4) UNRELEASED; urgency=medium
+haskell-log-domain (0.10.3.1-4) 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 ]
+ * Bump dependencies.
+
-- Dmitry Bogatov <KAction@gnu.org> Tue, 10 May 2016 09:35:43 +0300
haskell-log-domain (0.10.3.1-3) unstable; urgency=medium
diff --git a/p/haskell-log-domain/debian/control b/p/haskell-log-domain/debian/control
index 274d08212..b83703eaf 100644
--- a/p/haskell-log-domain/debian/control
+++ b/p/haskell-log-domain/debian/control
@@ -15,7 +15,7 @@ Build-Depends: debhelper (>= 9)
, libghc-cereal-dev (<< 0.5)
, libghc-cereal-prof
, libghc-comonad-dev (>= 4)
- , libghc-comonad-dev (<< 5)
+ , libghc-comonad-dev (<< 6)
, libghc-comonad-prof
, libghc-distributive-dev (>= 0.3)
, libghc-distributive-dev (<< 1)
diff --git a/p/haskell-log-domain/debian/patches/new-metadata-from-hackage b/p/haskell-log-domain/debian/patches/new-metadata-from-hackage
new file mode 100644
index 000000000..998f20e05
--- /dev/null
+++ b/p/haskell-log-domain/debian/patches/new-metadata-from-hackage
@@ -0,0 +1,17 @@
+Index: haskell-log-domain/log-domain.cabal
+===================================================================
+--- haskell-log-domain.orig/log-domain.cabal 2015-11-30 23:26:52.000000000 +0100
++++ haskell-log-domain/log-domain.cabal 2016-06-01 10:06:54.953842054 +0200
+@@ -43,10 +43,10 @@
+ library
+ build-depends:
+ base >= 4.3 && < 5,
+- binary >= 0.5 && < 0.8,
++ binary >= 0.5 && < 0.9,
+ bytes >= 0.7 && < 1,
+ cereal >= 0.3.5 && < 0.6,
+- comonad >= 4 && < 5,
++ comonad >= 4 && < 6,
+ deepseq >= 1.3 && < 1.5,
+ distributive >= 0.3 && < 1,
+ hashable >= 1.1.2.3 && < 1.3,
diff --git a/p/haskell-log-domain/debian/patches/series b/p/haskell-log-domain/debian/patches/series
index 7bd1f898d..d09d7f2fe 100644
--- a/p/haskell-log-domain/debian/patches/series
+++ b/p/haskell-log-domain/debian/patches/series
@@ -1 +1,2 @@
+new-metadata-from-hackage
fix-doctests.diff