diff options
| author | Clint Adams <clint@debian.org> | 2016-10-09 23:24:24 -0400 |
|---|---|---|
| committer | Clint Adams <clint@debian.org> | 2016-10-12 22:50:13 -0400 |
| commit | 787be843cae8b8eceb9f48c67502854bac8e6a87 (patch) | |
| tree | 48084414019b39537bb810d633703104c5cd6614 | |
| parent | c89e0624dc4fac81b1d69d9d1f02f873b7875e35 (diff) | |
| download | DHG_packages-787be843cae8b8eceb9f48c67502854bac8e6a87.tar.gz | |
text: build against ghc8 in experimental
| -rw-r--r-- | p/haskell-text/debian/changelog | 6 | ||||
| -rw-r--r-- | p/haskell-text/debian/control | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/p/haskell-text/debian/changelog b/p/haskell-text/debian/changelog index bb5f957a9..6122d1188 100644 --- a/p/haskell-text/debian/changelog +++ b/p/haskell-text/debian/changelog @@ -1,8 +1,8 @@ -haskell-text (1.2.2.1-2) UNRELEASED; urgency=medium +haskell-text (1.2.2.1-2) experimental; urgency=medium - * Fix VCS fields + * Temporarily build-depend on ghc 8. - -- Gianfranco Costamagna <locutusofborg@debian.org> Thu, 02 Jun 2016 19:13:08 +0200 + -- Clint Adams <clint@debian.org> Sun, 09 Oct 2016 23:24:02 -0400 haskell-text (1.2.2.1-1) unstable; urgency=medium diff --git a/p/haskell-text/debian/control b/p/haskell-text/debian/control index f0ff3eeac..65b20445f 100644 --- a/p/haskell-text/debian/control +++ b/p/haskell-text/debian/control @@ -6,13 +6,13 @@ 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: https://github.com/bos/text -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/ -Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-text +Vcs-Git: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git Package: libghc-text-dev Architecture: any |
