diff options
author | Louis Bettens <louis@bettens.info> | 2013-10-14 13:02:39 +0400 |
---|---|---|
committer | Louis Bettens <louis@bettens.info> | 2013-10-14 13:02:39 +0400 |
commit | 74e6010d9a58ae34c29f4bfdabca286df5798b9f (patch) | |
tree | 55dd450422178aa018b30630c3b48e3f837a6a46 /p/haskell-platform | |
parent | c3f324663748e64e9d3718fe7ee1b7d22db15d36 (diff) | |
download | DHG_packages-74e6010d9a58ae34c29f4bfdabca286df5798b9f.tar.gz |
haskell-platform: bump hashable because #725577 made us upload a newer version
Diffstat (limited to 'p/haskell-platform')
-rw-r--r-- | p/haskell-platform/debian/changelog | 6 | ||||
-rw-r--r-- | p/haskell-platform/debian/control | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/p/haskell-platform/debian/changelog b/p/haskell-platform/debian/changelog index c38d80ece..61bf49598 100644 --- a/p/haskell-platform/debian/changelog +++ b/p/haskell-platform/debian/changelog @@ -1,3 +1,9 @@ +haskell-platform (2013.2.0.0.debian2) unstable; urgency=low + + * bump hashable because #725577 made us upload a newer version + + -- Louis Bettens <louis@bettens.info> Mon, 14 Oct 2013 10:04:28 +0200 + haskell-platform (2013.2.0.0.debian1) unstable; urgency=low * Bump alex and happy to include versions that are able to build the diff --git a/p/haskell-platform/debian/control b/p/haskell-platform/debian/control index f6ec8df81..13ee5c6aa 100644 --- a/p/haskell-platform/debian/control +++ b/p/haskell-platform/debian/control @@ -27,8 +27,8 @@ Depends: libghc-gluraw-dev (<< 1.3.0.0+), libghc-glut-dev (>= 2.4.0.0), libghc-glut-dev (<< 2.4.0.0+), - libghc-hashable-dev (>= 1.1.2.5), - libghc-hashable-dev (<< 1.1.2.5+), + libghc-hashable-dev (>= 1.2.1.0), + libghc-hashable-dev (<< 1.2.1.0+), libghc-haskell-src-dev (>= 1.0.1.5), libghc-haskell-src-dev (<< 1.0.1.5+), libghc-html-dev (>= 1.0.1.2), |