diff options
| author | Clint Adams <clint@debian.org> | 2016-10-17 01:21:27 -0400 |
|---|---|---|
| committer | Clint Adams <clint@debian.org> | 2016-10-17 01:21:27 -0400 |
| commit | 2134ddd18c40c8b9063480817c5cc6f3a438cb00 (patch) | |
| tree | 8ec06e9223c32d1098e3d3774a1bb6fcf246a387 /p/haskell-netwire/debian | |
| parent | 2c0a7ee1b94f7012892fa0156122d6c70534ac8d (diff) | |
| download | DHG_packages-2134ddd18c40c8b9063480817c5cc6f3a438cb00.tar.gz | |
netwire: build with ghc 8 in experimental
Diffstat (limited to 'p/haskell-netwire/debian')
| -rw-r--r-- | p/haskell-netwire/debian/changelog | 8 | ||||
| -rw-r--r-- | p/haskell-netwire/debian/control | 56 |
2 files changed, 39 insertions, 25 deletions
diff --git a/p/haskell-netwire/debian/changelog b/p/haskell-netwire/debian/changelog index f4882b32f..9175104a8 100644 --- a/p/haskell-netwire/debian/changelog +++ b/p/haskell-netwire/debian/changelog @@ -1,14 +1,14 @@ -haskell-netwire (5.0.0-6) UNRELEASED; urgency=medium +haskell-netwire (5.0.0-6) experimental; urgency=medium [ Dmitry Bogatov ] * Use secure (https) uri in Vcs-Git field in 'debian/control' * Bump standards version to 3.9.8 (no changes needed) * Convert `debian/copyright' to dep5 format - [ Gianfranco Costamagna ] - * Fix VCS fields + [ Clint Adams ] + * Temporarily build-depend on ghc 8. - -- Dmitry Bogatov <KAction@gnu.org> Tue, 10 May 2016 09:35:51 +0300 + -- Clint Adams <clint@debian.org> Mon, 17 Oct 2016 01:21:22 -0400 haskell-netwire (5.0.0-5) unstable; urgency=medium diff --git a/p/haskell-netwire/debian/control b/p/haskell-netwire/debian/control index e73dedcaa..d9386d904 100644 --- a/p/haskell-netwire/debian/control +++ b/p/haskell-netwire/debian/control @@ -1,39 +1,46 @@ Source: haskell-netwire 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-parallel-dev (>= 3.2), + haskell-devscripts (>= 0.10), libghc-parallel-dev (<< 4), + libghc-parallel-dev (>= 3.2), libghc-parallel-prof, - libghc-random-dev (>= 1.0), libghc-random-dev (<< 2), + libghc-random-dev (>= 1.0), libghc-random-prof, - libghc-semigroups-dev (>= 0.9), libghc-semigroups-dev (<< 1), + libghc-semigroups-dev (>= 0.9), libghc-semigroups-prof, -Build-Depends-Indep: ghc-doc, +Build-Depends-Indep: + ghc-doc, libghc-parallel-doc, libghc-random-doc, libghc-semigroups-doc, Standards-Version: 3.9.8 Homepage: http://hackage.haskell.org/package/netwire -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-netwire Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git Package: libghc-netwire-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: flexible wire arrows for FRP${haskell:ShortBlurb} It provides efficient and flexible wire arrows for functional reactive programming and other forms of locally stateful programming. @@ -42,11 +49,15 @@ Description: flexible wire arrows for FRP${haskell:ShortBlurb} Package: libghc-netwire-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: flexible wire arrows for FRP${haskell:ShortBlurb} It provides efficient and flexible wire arrows for functional reactive programming and other forms of locally stateful programming. @@ -56,10 +67,13 @@ Description: flexible wire arrows for FRP${haskell:ShortBlurb} Package: libghc-netwire-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: flexible wire arrows for FRP${haskell:ShortBlurb} It provides efficient and flexible wire arrows for functional reactive programming and other forms of locally stateful programming. |
