diff options
| -rw-r--r-- | p/haskell-stm/debian/changelog | 7 | ||||
| -rw-r--r-- | p/haskell-stm/debian/control | 2 |
2 files changed, 6 insertions, 3 deletions
diff --git a/p/haskell-stm/debian/changelog b/p/haskell-stm/debian/changelog index 6f8466911..2caf4f3d8 100644 --- a/p/haskell-stm/debian/changelog +++ b/p/haskell-stm/debian/changelog @@ -1,4 +1,4 @@ -haskell-stm (2.4.4.1-2) UNRELEASED; urgency=medium +haskell-stm (2.4.4.1-2) experimental; urgency=medium [ Dmitry Bogatov ] * Use secure (https) uri in Vcs-Git field in 'debian/control' @@ -8,7 +8,10 @@ haskell-stm (2.4.4.1-2) UNRELEASED; urgency=medium [ Gianfranco Costamagna ] * Fix VCS fields - -- Dmitry Bogatov <KAction@gnu.org> Tue, 10 May 2016 09:36:14 +0300 + [ Clint Adams ] + * Temporarily build-depend on ghc 8. + + -- Clint Adams <clint@debian.org> Wed, 12 Oct 2016 22:25:17 -0400 haskell-stm (2.4.4.1-1) unstable; urgency=medium diff --git a/p/haskell-stm/debian/control b/p/haskell-stm/debian/control index ea24c7cc0..8a5ee2461 100644 --- a/p/haskell-stm/debian/control +++ b/p/haskell-stm/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 |
