diff options
author | Clint Adams <clint@debian.org> | 2016-10-16 12:21:17 -0400 |
---|---|---|
committer | Clint Adams <clint@debian.org> | 2016-10-16 12:21:17 -0400 |
commit | 0827e855d35eabe3e675f6e7775982e2d792cfa8 (patch) | |
tree | d1932033b3be7f50337d0cbafdc1e3f63ede9b0d /p/haskell-oeis | |
parent | e33f656f0656e0da644f656eca003576ada0b422 (diff) | |
download | DHG_packages-0827e855d35eabe3e675f6e7775982e2d792cfa8.tar.gz |
oeis: build with ghc 8 in experimental
Diffstat (limited to 'p/haskell-oeis')
-rw-r--r-- | p/haskell-oeis/debian/changelog | 6 | ||||
-rw-r--r-- | p/haskell-oeis/debian/control | 52 |
2 files changed, 39 insertions, 19 deletions
diff --git a/p/haskell-oeis/debian/changelog b/p/haskell-oeis/debian/changelog index 0b4c361ea..c0d6788b2 100644 --- a/p/haskell-oeis/debian/changelog +++ b/p/haskell-oeis/debian/changelog @@ -1,3 +1,9 @@ +haskell-oeis (0.3.7-2) experimental; urgency=medium + + * Temporarily build-depend on ghc 8. + + -- Clint Adams <clint@debian.org> Sun, 16 Oct 2016 12:20:38 -0400 + haskell-oeis (0.3.7-1) unstable; urgency=medium * New upstream release diff --git a/p/haskell-oeis/debian/control b/p/haskell-oeis/debian/control index de40c9dd0..02428a0a1 100644 --- a/p/haskell-oeis/debian/control +++ b/p/haskell-oeis/debian/control @@ -1,37 +1,44 @@ Source: haskell-oeis Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> -Uploaders: Clint Adams <clint@debian.org> +Uploaders: + Clint Adams <clint@debian.org>, Priority: extra Section: haskell -Build-Depends: debhelper (>= 9), - haskell-devscripts (>= 0.10), +Build-Depends: cdbs, - ghc, + debhelper (>= 9), + ghc (>= 8), ghc-prof, - libghc-http-dev (>= 1:4000.2), + haskell-devscripts (>= 0.10), libghc-http-dev (<< 1:4000.4), + libghc-http-dev (>= 1:4000.2), libghc-http-prof, libghc-network-dev (>= 2.6), libghc-network-prof, libghc-network-uri-dev (>= 2.6), libghc-network-uri-prof, -Build-Depends-Indep: ghc-doc, +Build-Depends-Indep: + ghc-doc, libghc-http-doc, libghc-network-doc, libghc-network-uri-doc, Standards-Version: 3.9.8 Homepage: http://hackage.haskell.org/package/oeis -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-oeis Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git Package: libghc-oeis-dev Architecture: any -Depends: ${haskell:Depends}, - ${shlibs:Depends}, +Depends: + ${haskell:Depends}, ${misc:Depends}, -Recommends: ${haskell:Recommends}, -Suggests: ${haskell:Suggests}, -Provides: ${haskell:Provides}, + ${shlibs:Depends}, +Recommends: + ${haskell:Recommends}, +Suggests: + ${haskell:Suggests}, +Provides: + ${haskell:Provides}, Description: Interface to the Online Encyclopedia of Integer Sequences${haskell:ShortBlurb} It is an interface to the Online Encyclopedia of Integer Sequences. See http://oeis.org/ @@ -40,11 +47,15 @@ Description: Interface to the Online Encyclopedia of Integer Sequences${haskell: Package: libghc-oeis-prof Architecture: any -Depends: ${haskell:Depends}, +Depends: + ${haskell:Depends}, ${misc:Depends}, -Recommends: ${haskell:Recommends}, -Suggests: ${haskell:Suggests}, -Provides: ${haskell:Provides}, +Recommends: + ${haskell:Recommends}, +Suggests: + ${haskell:Suggests}, +Provides: + ${haskell:Provides}, Description: Interface to the Online Encyclopedia of Integer Sequences${haskell:ShortBlurb} It is an interface to the Online Encyclopedia of Integer Sequences. See http://oeis.org/ @@ -54,10 +65,13 @@ Description: Interface to the Online Encyclopedia of Integer Sequences${haskell: Package: libghc-oeis-doc Architecture: all Section: doc -Depends: ${misc:Depends}, +Depends: ${haskell:Depends}, -Recommends: ${haskell:Recommends}, -Suggests: ${haskell:Suggests}, + ${misc:Depends}, +Recommends: + ${haskell:Recommends}, +Suggests: + ${haskell:Suggests}, Description: Interface to the Online Encyclopedia of Integer Sequences${haskell:ShortBlurb} It is an interface to the Online Encyclopedia of Integer Sequences. See http://oeis.org/ |