diff options
author | Clint Adams <clint@debian.org> | 2016-10-13 03:59:24 -0400 |
---|---|---|
committer | Clint Adams <clint@debian.org> | 2016-10-13 03:59:24 -0400 |
commit | 2c6314450dc5161b28a9b4a4299dd20019324a62 (patch) | |
tree | 20da489a024883131da08bb34c2616c397f15eef | |
parent | 08de80b762983afde92154ae087b993bab5cb915 (diff) | |
download | DHG_packages-2c6314450dc5161b28a9b4a4299dd20019324a62.tar.gz |
BoundedChan: build with ghc 8 in experimental
-rw-r--r-- | p/haskell-boundedchan/debian/changelog | 7 | ||||
-rw-r--r-- | p/haskell-boundedchan/debian/control | 2 |
2 files changed, 6 insertions, 3 deletions
diff --git a/p/haskell-boundedchan/debian/changelog b/p/haskell-boundedchan/debian/changelog index f13e11024..39d062e80 100644 --- a/p/haskell-boundedchan/debian/changelog +++ b/p/haskell-boundedchan/debian/changelog @@ -1,4 +1,4 @@ -haskell-boundedchan (1.0.3.0-6) UNRELEASED; urgency=medium +haskell-boundedchan (1.0.3.0-6) experimental; urgency=medium [ Dmitry Bogatov ] * Use secure (https) uri in Vcs-Git field in 'debian/control' @@ -7,7 +7,10 @@ haskell-boundedchan (1.0.3.0-6) UNRELEASED; urgency=medium [ Gianfranco Costamagna ] * Fix VCS fields - -- Dmitry Bogatov <KAction@gnu.org> Tue, 10 May 2016 09:34:51 +0300 + [ Clint Adams ] + * Temporarily build-depend on ghc 8. + + -- Clint Adams <clint@debian.org> Thu, 13 Oct 2016 03:59:20 -0400 haskell-boundedchan (1.0.3.0-5) unstable; urgency=medium diff --git a/p/haskell-boundedchan/debian/control b/p/haskell-boundedchan/debian/control index 7f7554027..48999aad4 100644 --- a/p/haskell-boundedchan/debian/control +++ b/p/haskell-boundedchan/debian/control @@ -6,7 +6,7 @@ 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 |