diff options
author | Clint Adams <clint@debian.org> | 2016-10-13 13:24:42 -0400 |
---|---|---|
committer | Clint Adams <clint@debian.org> | 2016-10-13 13:30:59 -0400 |
commit | e3892013be5a57126c65523819b45e2d46ef4739 (patch) | |
tree | 223c90c6cf030ccca88556d4463d10d46438a8a5 | |
parent | ef3496231c15d268139a2e99666ced35a4bdd095 (diff) | |
download | DHG_packages-e3892013be5a57126c65523819b45e2d46ef4739.tar.gz |
data-ordlist: build with ghc 8 in experimental
-rw-r--r-- | p/haskell-data-ordlist/debian/changelog | 8 | ||||
-rw-r--r-- | p/haskell-data-ordlist/debian/control | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/p/haskell-data-ordlist/debian/changelog b/p/haskell-data-ordlist/debian/changelog index 16deae4a6..8b955c4cd 100644 --- a/p/haskell-data-ordlist/debian/changelog +++ b/p/haskell-data-ordlist/debian/changelog @@ -1,13 +1,13 @@ -haskell-data-ordlist (0.4.7.0-4) UNRELEASED; urgency=medium +haskell-data-ordlist (0.4.7.0-4) 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) - [ Gianfranco Costamagna ] - * Fix VCS fields + [ Clint Adams ] + * Temporarily build-depend on ghc 8. - -- Dmitry Bogatov <KAction@gnu.org> Tue, 10 May 2016 09:35:07 +0300 + -- Clint Adams <clint@debian.org> Thu, 13 Oct 2016 13:24:35 -0400 haskell-data-ordlist (0.4.7.0-3) unstable; urgency=medium diff --git a/p/haskell-data-ordlist/debian/control b/p/haskell-data-ordlist/debian/control index eb9538381..5e1822799 100644 --- a/p/haskell-data-ordlist/debian/control +++ b/p/haskell-data-ordlist/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://hackage.haskell.org/package/data-ordlist -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-data-ordlist Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git X-Description: Set and bag operations on ordered lists This module provides set and multiset operations on ordered lists. |