diff options
Diffstat (limited to 'p/haskell-platform')
-rw-r--r-- | p/haskell-platform/debian/changelog | 6 | ||||
-rw-r--r-- | p/haskell-platform/debian/control | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/p/haskell-platform/debian/changelog b/p/haskell-platform/debian/changelog index 8004b12dc..a244d8e0c 100644 --- a/p/haskell-platform/debian/changelog +++ b/p/haskell-platform/debian/changelog @@ -1,3 +1,9 @@ +haskell-platform (2013.2.0.0.debian7) UNRELEASED; urgency=medium + + * Fix upper bound syntax for cabal-install (Closes: #752728) + + -- Joachim Breitner <nomeata@debian.org> Wed, 25 Jun 2014 15:43:46 -0700 + haskell-platform (2013.2.0.0.debian6) unstable; urgency=medium * Allow newer HTTP, for its bugfixes. diff --git a/p/haskell-platform/debian/control b/p/haskell-platform/debian/control index 350c1099e..5362a7345 100644 --- a/p/haskell-platform/debian/control +++ b/p/haskell-platform/debian/control @@ -78,7 +78,7 @@ Depends: alex (>= 3.0.5), alex (<< 3.1.5+), cabal-install (>= 1.16.0.2), - cabal-install (<< 1.20+), + cabal-install (<< 1.21), happy (>= 1.18.10), happy (<< 1.19.3+), ghc-haddock, |