summaryrefslogtreecommitdiff
path: root/p/haskell-fb
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2014-03-07 15:45:41 +0400
committerJoachim Breitner <mail@joachim-breitner.de>2014-03-07 15:45:41 +0400
commitb861883202eebc945cb80797bb1d7a36c2933f2c (patch)
tree19fcf205aa94085577b1ffc50403a7c106ca3b6c /p/haskell-fb
parentdd158cda9b1da78250a4c56557b80fb6deaa80c7 (diff)
downloadDHG_packages-b861883202eebc945cb80797bb1d7a36c2933f2c.tar.gz
haskell-fb: Fix dependency on data-default-instances-base
Diffstat (limited to 'p/haskell-fb')
-rw-r--r--p/haskell-fb/debian/changelog6
-rw-r--r--p/haskell-fb/debian/control3
2 files changed, 9 insertions, 0 deletions
diff --git a/p/haskell-fb/debian/changelog b/p/haskell-fb/debian/changelog
index 6edb7aa35..6dfc0ff4c 100644
--- a/p/haskell-fb/debian/changelog
+++ b/p/haskell-fb/debian/changelog
@@ -1,3 +1,9 @@
+haskell-fb (0.15.2-2) UNRELEASED; urgency=medium
+
+ * Fix dependency on data-default-instances-base
+
+ -- Joachim Breitner <nomeata@debian.org> Fri, 07 Mar 2014 12:43:12 +0100
+
haskell-fb (0.15.2-1) unstable; urgency=low
[ Joachim Breitner ]
diff --git a/p/haskell-fb/debian/control b/p/haskell-fb/debian/control
index c5bc9f38b..1eba890b4 100644
--- a/p/haskell-fb/debian/control
+++ b/p/haskell-fb/debian/control
@@ -37,6 +37,8 @@ Build-Depends: debhelper (>= 9)
, libghc-cryptohash-cryptoapi-prof
, libghc-data-default-class-dev
, libghc-data-default-class-prof
+ , libghc-data-default-instances-base-dev
+ , libghc-data-default-instances-base-prof
, libghc-http-conduit-dev (>= 2.0)
, libghc-http-conduit-dev (<< 2.1)
, libghc-http-conduit-prof
@@ -77,6 +79,7 @@ Build-Depends-Indep: ghc-doc
, libghc-cryptohash-doc
, libghc-cryptohash-cryptoapi-doc
, libghc-data-default-class-doc
+ , libghc-data-default-instances-base-doc
, libghc-http-conduit-doc
, libghc-http-types-doc
, libghc-lifted-base-doc