diff options
| author | Clint Adams <clint@debian.org> | 2016-10-13 15:06:30 -0400 |
|---|---|---|
| committer | Clint Adams <clint@debian.org> | 2016-10-13 15:08:59 -0400 |
| commit | e8a723b8e819178fd460f9bdef25d9c29f3b38f0 (patch) | |
| tree | ca2dd5ff6e1abee08adb10521e8e04bc260619cb | |
| parent | 9e862da0b56673e93706e1f551a55cd0d842c4b9 (diff) | |
| download | DHG_packages-e8a723b8e819178fd460f9bdef25d9c29f3b38f0.tar.gz | |
network: build with ghc in experimental
| -rw-r--r-- | p/haskell-network/debian/changelog | 6 | ||||
| -rw-r--r-- | p/haskell-network/debian/control | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/p/haskell-network/debian/changelog b/p/haskell-network/debian/changelog index 610794cb5..106dea83f 100644 --- a/p/haskell-network/debian/changelog +++ b/p/haskell-network/debian/changelog @@ -1,3 +1,9 @@ +haskell-network (2.6.3.1-2) experimental; urgency=medium + + * Temporarily build-depend on ghc 8. + + -- Clint Adams <clint@debian.org> Thu, 13 Oct 2016 15:06:21 -0400 + haskell-network (2.6.3.1-1) unstable; urgency=medium [ Dmitry Bogatov ] diff --git a/p/haskell-network/debian/control b/p/haskell-network/debian/control index aa1303285..a33a39e97 100644 --- a/p/haskell-network/debian/control +++ b/p/haskell-network/debian/control @@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 9), haskell-devscripts (>= 0.10), autotools-dev, cdbs, - ghc, + ghc (>= 8), ghc-prof, Build-Depends-Indep: ghc-doc, Standards-Version: 3.9.8 |
