diff options
| author | Joachim Breitner <mail@joachim-breitner.de> | 2014-12-21 17:42:37 +0300 |
|---|---|---|
| committer | Joachim Breitner <mail@joachim-breitner.de> | 2014-12-21 17:42:37 +0300 |
| commit | 7d57789b174cdf7e3dbd1cef9d472522399d5a99 (patch) | |
| tree | 92b7c80eaaa84aafa3237e67ff897392b29c4781 | |
| parent | 69512cd4f09811a9e3b3caa43b7554b467a03caa (diff) | |
| download | DHG_packages-7d57789b174cdf7e3dbd1cef9d472522399d5a99.tar.gz | |
haskell-hint: New upstream release
| -rw-r--r-- | p/haskell-hint/debian/changelog | 5 | ||||
| -rw-r--r-- | p/haskell-hint/debian/control | 13 |
2 files changed, 8 insertions, 10 deletions
diff --git a/p/haskell-hint/debian/changelog b/p/haskell-hint/debian/changelog index d6d972804..c38d289f1 100644 --- a/p/haskell-hint/debian/changelog +++ b/p/haskell-hint/debian/changelog @@ -1,9 +1,10 @@ -haskell-hint (0.3.3.6-4) UNRELEASED; urgency=low +haskell-hint (0.4.2.1-1) UNRELEASED; urgency=low * Adjust watch file to new hackage layout * Depend on haskell-devscripts 0.9, found in experimental + * New upstream release - -- Joachim Breitner <nomeata@debian.org> Sat, 05 Oct 2013 18:24:54 +0200 + -- Joachim Breitner <nomeata@debian.org> Sun, 21 Dec 2014 15:41:21 +0100 haskell-hint (0.3.3.6-3) unstable; urgency=low diff --git a/p/haskell-hint/debian/control b/p/haskell-hint/debian/control index a5b31c925..782f960bb 100644 --- a/p/haskell-hint/debian/control +++ b/p/haskell-hint/debian/control @@ -11,13 +11,12 @@ Build-Depends: debhelper (>= 9) , ghc-ghci , libghc-mtl-dev , libghc-mtl-prof - , libghc-haskell-src-dev - , libghc-haskell-src-prof , libghc-ghc-paths-dev , libghc-ghc-paths-prof - , libghc-monadcatchio-mtl-dev - , libghc-monadcatchio-mtl-prof - , libghc-ghc-mtl-dev + , libghc-exceptions-dev + , libghc-exceptions-prof + , libghc-ghc-mtl-dev (>= 1.2.1) + , libghc-ghc-mtl-dev (<< 1.2.2) , libghc-ghc-mtl-prof , libghc-random-dev , libghc-random-prof @@ -25,9 +24,8 @@ Build-Depends: debhelper (>= 9) , libghc-utf8-string-prof , ghc-doc , libghc-mtl-doc - , libghc-haskell-src-doc , libghc-ghc-paths-doc - , libghc-monadcatchio-mtl-doc + , libghc-exceptions-doc , libghc-ghc-mtl-doc , libghc-random-doc , libghc-utf8-string-doc @@ -35,7 +33,6 @@ Standards-Version: 3.9.4 Homepage: http://hackage.haskell.org/package/hint Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-hint Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-hint -DM-Upload-Allowed: yes Package: libghc-hint-dev Architecture: any |
