diff options
| author | Clint Adams <clint@debian.org> | 2016-10-13 19:29:45 -0400 |
|---|---|---|
| committer | Clint Adams <clint@debian.org> | 2016-10-13 19:29:45 -0400 |
| commit | aab62790ca1b3e7e97704773087f7b13e7ede5a9 (patch) | |
| tree | 91fb761b86e887ea90325d6150bdc7feb088f061 /p/haskell-doctest | |
| parent | be764e7cd4277b0466728be6d0f880259f22546a (diff) | |
| download | DHG_packages-aab62790ca1b3e7e97704773087f7b13e7ede5a9.tar.gz | |
doctest: build with ghc 8 in experimental
Diffstat (limited to 'p/haskell-doctest')
| -rw-r--r-- | p/haskell-doctest/debian/changelog | 6 | ||||
| -rw-r--r-- | p/haskell-doctest/debian/control | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/p/haskell-doctest/debian/changelog b/p/haskell-doctest/debian/changelog index 0c3b493fa..f4b98a928 100644 --- a/p/haskell-doctest/debian/changelog +++ b/p/haskell-doctest/debian/changelog @@ -1,8 +1,8 @@ -haskell-doctest (0.11.0-2) UNRELEASED; urgency=medium +haskell-doctest (0.11.0-2) experimental; urgency=medium - * Fix VCS fields + * Temporarily build-depend on ghc 8. - -- Gianfranco Costamagna <locutusofborg@debian.org> Thu, 02 Jun 2016 19:12:27 +0200 + -- Clint Adams <clint@debian.org> Thu, 13 Oct 2016 19:29:35 -0400 haskell-doctest (0.11.0-1) unstable; urgency=medium diff --git a/p/haskell-doctest/debian/control b/p/haskell-doctest/debian/control index 319ec81b3..6e3264d81 100644 --- a/p/haskell-doctest/debian/control +++ b/p/haskell-doctest/debian/control @@ -6,7 +6,7 @@ Section: haskell Build-Depends: debhelper (>= 9), haskell-devscripts (>= 0.10), cdbs, - ghc, + ghc (>= 8.0), ghc-prof, libghc-base-compat-dev (>= 0.4.2), libghc-base-compat-prof, @@ -21,7 +21,7 @@ Build-Depends-Indep: ghc-doc, Standards-Version: 3.9.8 Homepage: https://github.com/sol/doctest-haskell Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git -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-doctest Package: libghc-doctest-dev Architecture: any |
