diff options
author | Clint Adams <clint@debian.org> | 2016-10-13 15:51:58 -0400 |
---|---|---|
committer | Clint Adams <clint@debian.org> | 2016-10-13 15:51:58 -0400 |
commit | 09815cd6bf1cd8d926d0c6c9985d57333998723e (patch) | |
tree | e13c0e3e9792220e86bd35fa90442b422a2df530 /p/haskell-executable-path | |
parent | 70464c80ebe166bd35061be45dd0b9bb14f92a11 (diff) | |
download | DHG_packages-09815cd6bf1cd8d926d0c6c9985d57333998723e.tar.gz |
executable-path: build with ghc 8 in experimental
Diffstat (limited to 'p/haskell-executable-path')
-rw-r--r-- | p/haskell-executable-path/debian/changelog | 8 | ||||
-rw-r--r-- | p/haskell-executable-path/debian/control | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/p/haskell-executable-path/debian/changelog b/p/haskell-executable-path/debian/changelog index 00f6e9df2..566ec7efe 100644 --- a/p/haskell-executable-path/debian/changelog +++ b/p/haskell-executable-path/debian/changelog @@ -1,14 +1,14 @@ -haskell-executable-path (0.0.3-8) UNRELEASED; urgency=medium +haskell-executable-path (0.0.3-8) experimental; urgency=medium [ Dmitry Bogatov ] * Use secure (https) uri in Vcs-Git field in 'debian/control' * Bump standards version to 3.9.8 (no changes needed) * Convert `debian/copyright' to dep5 format - [ Gianfranco Costamagna ] - * Fix VCS fields + [ Clint Adams ] + * Temporarily build-depend on ghc 8. - -- Dmitry Bogatov <KAction@gnu.org> Tue, 10 May 2016 09:35:16 +0300 + -- Clint Adams <clint@debian.org> Thu, 13 Oct 2016 15:51:44 -0400 haskell-executable-path (0.0.3-7) unstable; urgency=medium diff --git a/p/haskell-executable-path/debian/control b/p/haskell-executable-path/debian/control index d39ff0522..f09207364 100644 --- a/p/haskell-executable-path/debian/control +++ b/p/haskell-executable-path/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://code.haskell.org/~bkomuves/ -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-executable-path Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git Package: libghc-executable-path-dev |