summaryrefslogtreecommitdiff
path: root/p/haskell-platform
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2012-05-14 17:27:12 +0400
committerJoachim Breitner <mail@joachim-breitner.de>2012-05-14 17:27:12 +0400
commit87856da166c3c6cbf870449d4ece6a020b9bd2d2 (patch)
tree1f647dd41d7461743eb3dd41fb819130a4e3f303 /p/haskell-platform
parent38d3a176f384acd3711c7cc24a9bf18e7bfdcc82 (diff)
downloadDHG_packages-87856da166c3c6cbf870449d4ece6a020b9bd2d2.tar.gz
haskell-platform: Got the network and http dependencies wrong.
Diffstat (limited to 'p/haskell-platform')
-rw-r--r--p/haskell-platform/debian/changelog6
-rw-r--r--p/haskell-platform/debian/control8
2 files changed, 10 insertions, 4 deletions
diff --git a/p/haskell-platform/debian/changelog b/p/haskell-platform/debian/changelog
index 6203a10c4..d7632fd97 100644
--- a/p/haskell-platform/debian/changelog
+++ b/p/haskell-platform/debian/changelog
@@ -1,3 +1,9 @@
+haskell-platform (2012.1.0.0~debian4) UNRELEASED; urgency=low
+
+ * Got the network and http dependencies wrong.
+
+ -- Joachim Breitner <nomeata@debian.org> Mon, 14 May 2012 15:26:56 +0200
+
haskell-platform (2012.1.0.0~debian3) unstable; urgency=low
* Darn, forgot to pull before I upload.
diff --git a/p/haskell-platform/debian/control b/p/haskell-platform/debian/control
index 7cbed8d4a..16a2ddcb4 100644
--- a/p/haskell-platform/debian/control
+++ b/p/haskell-platform/debian/control
@@ -47,16 +47,16 @@ Depends:
libghc-stm-dev (<< 2.3+),
libghc-syb-dev (>= 0.3.6.1),
libghc-syb-dev (<< 0.3.6.1+),
- libghc-text-dev (>= 0.11.2),
- libghc-text-dev (<< 0.11.2+),
+ libghc-text-dev (>= 0.11.2.0),
+ libghc-text-dev (<< 0.11.2.0+),
libghc-transformers-dev (>= 0.2.2.0),
libghc-transformers-dev (<< 0.2.2.0+),
libghc-xhtml-dev (>= 3000.2.0.5),
libghc-xhtml-dev (<< 3000.2.0.5+),
libghc-zlib-dev (>= 0.5.3.3),
libghc-zlib-dev (<< 0.5.3.3+),
- libghc-http-dev (>= 1:4000.2.2),
- libghc-http-dev (<< 1:4000.2.2+),
+ libghc-http-dev (>= 1:4000.2.3),
+ libghc-http-dev (<< 1:4000.2.3+),
cabal-install (>= 0.14.0),
alex (>= 3.0.1),
alex (<< 3.0.1+),