summaryrefslogtreecommitdiff
path: root/p/haskell-platform
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2013-05-30 02:10:07 +0400
committerJoachim Breitner <mail@joachim-breitner.de>2013-05-30 02:10:07 +0400
commit70cc93f245945e8a235866b1d7d70808986b5f9d (patch)
treee26a0525d9bac0843fd336a7c453b5ed9c237b68 /p/haskell-platform
parentfbe06be3493fd7d2490db4edab1723077b24a742 (diff)
downloadDHG_packages-70cc93f245945e8a235866b1d7d70808986b5f9d.tar.gz
haskell-platform: Restrict to alex 3.0.5 as specified by the platform.
Diffstat (limited to 'p/haskell-platform')
-rw-r--r--p/haskell-platform/debian/changelog6
-rw-r--r--p/haskell-platform/debian/control5
2 files changed, 8 insertions, 3 deletions
diff --git a/p/haskell-platform/debian/changelog b/p/haskell-platform/debian/changelog
index 69b636bf9..2445f4a6d 100644
--- a/p/haskell-platform/debian/changelog
+++ b/p/haskell-platform/debian/changelog
@@ -1,3 +1,9 @@
+haskell-platform (2013.2.0.0~rc2) UNRELEASED; urgency=low
+
+ * Restrict to alex 3.0.5 as specified by the platform.
+
+ -- Joachim Breitner <nomeata@debian.org> Thu, 30 May 2013 00:09:45 +0200
+
haskell-platform (2013.2.0.0~rc1) unstable; urgency=low
* Fixes section of haskell-platform-prof (Closes: #678369)
diff --git a/p/haskell-platform/debian/control b/p/haskell-platform/debian/control
index cdf7933a7..d45b23c24 100644
--- a/p/haskell-platform/debian/control
+++ b/p/haskell-platform/debian/control
@@ -75,9 +75,8 @@ Depends:
libghc-xhtml-dev (<< 3000.2.1+),
libghc-zlib-dev (>= 0.5.4.1),
libghc-zlib-dev (<< 0.5.4.1+),
- alex (>= 3.0.1),
-# alex (>= 3.0.5),
-# alex (<< 3.0.5+),
+ alex (>= 3.0.5),
+ alex (<< 3.0.5+),
cabal-install (>= 1.16.0.2),
cabal-install (<< 1.16.0.2+),
happy (>= 1.18.10),