diff options
| author | Clint Adams <clint@debian.org> | 2016-10-13 15:07:32 -0400 |
|---|---|---|
| committer | Clint Adams <clint@debian.org> | 2016-10-13 15:08:59 -0400 |
| commit | 4519bc98c795448bf6259c1993d90309c84f6aba (patch) | |
| tree | 84f6dec4c72b09c9fa524c80f08aabca95013d6a /p/haskell-socks/debian | |
| parent | 2b02b3a2a4e63abf44ba6b709b379018daf12afc (diff) | |
| download | DHG_packages-4519bc98c795448bf6259c1993d90309c84f6aba.tar.gz | |
socks: build with ghc 8 in experimental
Diffstat (limited to 'p/haskell-socks/debian')
| -rw-r--r-- | p/haskell-socks/debian/changelog | 6 | ||||
| -rw-r--r-- | p/haskell-socks/debian/control | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/p/haskell-socks/debian/changelog b/p/haskell-socks/debian/changelog index 05cde9cde..162643b06 100644 --- a/p/haskell-socks/debian/changelog +++ b/p/haskell-socks/debian/changelog @@ -1,8 +1,8 @@ -haskell-socks (0.5.5-2) UNRELEASED; urgency=medium +haskell-socks (0.5.5-2) experimental; urgency=medium - * Fix VCS fields + * Temporarily build-depend on ghc 8. - -- Gianfranco Costamagna <locutusofborg@debian.org> Thu, 02 Jun 2016 19:13:03 +0200 + -- Clint Adams <clint@debian.org> Thu, 13 Oct 2016 15:07:25 -0400 haskell-socks (0.5.5-1) unstable; urgency=medium diff --git a/p/haskell-socks/debian/control b/p/haskell-socks/debian/control index a00126f8e..8b6e2e477 100644 --- a/p/haskell-socks/debian/control +++ b/p/haskell-socks/debian/control @@ -6,7 +6,7 @@ Section: haskell Build-Depends: debhelper (>= 9), haskell-devscripts (>= 0.10), cdbs, - ghc, + ghc (>= 8), ghc-prof, libghc-cereal-dev (>= 0.3.1), libghc-cereal-prof, |
