summaryrefslogtreecommitdiff
path: root/p/haskell-css-text
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2011-12-05 22:42:04 +0400
committerJoachim Breitner <mail@joachim-breitner.de>2011-12-05 22:42:04 +0400
commit18b9fad4b4ad07632b3ec866749b73bf62f4aced (patch)
tree946c7d1cd2c57136e3e4593343e17b0b20339739 /p/haskell-css-text
parentf61da94d76a4a29d5b65254907f25a3a441bd4cf (diff)
downloadDHG_packages-18b9fad4b4ad07632b3ec866749b73bf62f4aced.tar.gz
haskell-css-text: Fix build dependency ranges
Diffstat (limited to 'p/haskell-css-text')
-rw-r--r--p/haskell-css-text/debian/changelog1
-rw-r--r--p/haskell-css-text/debian/control8
2 files changed, 4 insertions, 5 deletions
diff --git a/p/haskell-css-text/debian/changelog b/p/haskell-css-text/debian/changelog
index 4548e5d8f..81e1a7ac3 100644
--- a/p/haskell-css-text/debian/changelog
+++ b/p/haskell-css-text/debian/changelog
@@ -1,6 +1,7 @@
haskell-css-text (0.1.1-1) UNRELEASED; urgency=low
* New upstream release
+ * Fix build dependency ranges
-- Joachim Breitner <nomeata@debian.org> Mon, 05 Dec 2011 19:40:26 +0100
diff --git a/p/haskell-css-text/debian/control b/p/haskell-css-text/debian/control
index 815825332..8c786df5a 100644
--- a/p/haskell-css-text/debian/control
+++ b/p/haskell-css-text/debian/control
@@ -8,11 +8,9 @@ Build-Depends: debhelper (>= 7)
, haskell-devscripts (>= 0.8)
, ghc
, ghc-prof
- , libghc-attoparsec-text-dev (>> 0.8.5.1)
- , libghc-attoparsec-text-dev (<< 0.9)
- , libghc-attoparsec-text-prof
- , libghc-text-dev (>> 0.11)
- , libghc-text-dev (<< 0.12)
+ , libghc-attoparsec-dev (>= 0.10)
+ , libghc-attoparsec-prof
+ , libghc-text-dev (>= 0.11)
, libghc-text-prof
Build-Depends-Indep: ghc-doc
, libghc-attoparsec-text-doc