diff options
author | Clint Adams <clint@debian.org> | 2016-10-13 13:47:53 -0400 |
---|---|---|
committer | Clint Adams <clint@debian.org> | 2016-10-13 13:47:53 -0400 |
commit | 4d3db8fe1ddf75ab921cf6a6234e919e33a20dbc (patch) | |
tree | 099190a185a7be809c6a3604a1b6389f2ea0436f /p/haskell-directory-tree/debian/control | |
parent | d58464704c84932a98ba7e67f67de190ebf0a2c7 (diff) | |
download | DHG_packages-4d3db8fe1ddf75ab921cf6a6234e919e33a20dbc.tar.gz |
directory-tree: build with ghc 8 in experimental
Diffstat (limited to 'p/haskell-directory-tree/debian/control')
-rw-r--r-- | p/haskell-directory-tree/debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
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 |