diff options
-rw-r--r-- | p/haskell-directory-tree/debian/changelog | 6 | ||||
-rw-r--r-- | p/haskell-directory-tree/debian/control | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/p/haskell-directory-tree/debian/changelog b/p/haskell-directory-tree/debian/changelog index 59487b6b8..fb2011657 100644 --- a/p/haskell-directory-tree/debian/changelog +++ b/p/haskell-directory-tree/debian/changelog @@ -1,3 +1,9 @@ +haskell-directory-tree (0.12.1-2) experimental; urgency=medium + + * Temporarily build-depend on ghc 8. + + -- Clint Adams <clint@debian.org> Thu, 13 Oct 2016 13:47:38 -0400 + haskell-directory-tree (0.12.1-1) unstable; urgency=medium [ Dmitry Bogatov ] diff --git a/p/haskell-directory-tree/debian/control b/p/haskell-directory-tree/debian/control index 0bfb5b80a..a48ac571a 100644 --- a/p/haskell-directory-tree/debian/control +++ b/p/haskell-directory-tree/debian/control @@ -6,12 +6,12 @@ Section: haskell Build-Depends: debhelper (>= 9), haskell-devscripts (>= 0.10), cdbs, - ghc, + ghc (>= 8), ghc-prof, Build-Depends-Indep: ghc-doc, Standards-Version: 3.9.8 Homepage: http://brandon.si/code/directory-tree-module-released/ -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/ +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-abstract-par Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git Package: libghc-directory-tree-dev |