diff options
author | Clint Adams <clint@debian.org> | 2016-10-16 20:16:14 -0400 |
---|---|---|
committer | Clint Adams <clint@debian.org> | 2016-10-16 20:16:14 -0400 |
commit | be2e2740ae184fe03dc46407e75b423eaa544ae6 (patch) | |
tree | b5fd4321893f347c28d2a5dd535775f8f53ccc86 /p/haskell-random-source | |
parent | df9303eb7f52802935afb98d12aaed12271a57a5 (diff) | |
download | DHG_packages-be2e2740ae184fe03dc46407e75b423eaa544ae6.tar.gz |
random-source: build with ghc 8 in experimental
Diffstat (limited to 'p/haskell-random-source')
-rw-r--r-- | p/haskell-random-source/debian/changelog | 8 | ||||
-rw-r--r-- | p/haskell-random-source/debian/control | 113 |
2 files changed, 68 insertions, 53 deletions
diff --git a/p/haskell-random-source/debian/changelog b/p/haskell-random-source/debian/changelog index 72586a1ac..8b7243239 100644 --- a/p/haskell-random-source/debian/changelog +++ b/p/haskell-random-source/debian/changelog @@ -1,13 +1,13 @@ -haskell-random-source (0.3.0.6-4) UNRELEASED; urgency=medium +haskell-random-source (0.3.0.6-4) 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) - [ Gianfranco Costamagna ] - * Fix VCS fields + [ Clint Adams ] + * Temporarily build-depend on ghc 8. - -- Dmitry Bogatov <KAction@gnu.org> Tue, 10 May 2016 09:36:04 +0300 + -- Clint Adams <clint@debian.org> Sun, 16 Oct 2016 20:16:09 -0400 haskell-random-source (0.3.0.6-3) unstable; urgency=medium diff --git a/p/haskell-random-source/debian/control b/p/haskell-random-source/debian/control index d0a596ce8..1b1b80605 100644 --- a/p/haskell-random-source/debian/control +++ b/p/haskell-random-source/debian/control @@ -2,44 +2,47 @@ Source: haskell-random-source Section: haskell Priority: extra Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> -Uploaders: Clint Adams <clint@debian.org> -Build-Depends: debhelper (>= 9) - , cdbs - , haskell-devscripts (>= 0.10) - , ghc - , ghc-prof - , libghc-flexible-defaults-dev (>= 0.0.0.2) - , libghc-flexible-defaults-prof - , libghc-mersenne-random-pure64-dev - , libghc-mersenne-random-pure64-prof - , libghc-mtl-dev (>= 1) - , libghc-mtl-dev (<< 3) - , libghc-mtl-prof - , libghc-mwc-random-dev - , libghc-mwc-random-prof - , libghc-random-dev - , libghc-random-prof - , libghc-stateref-dev (>= 0.3) - , libghc-stateref-dev (<< 0.4) - , libghc-stateref-prof - , libghc-syb-dev - , libghc-syb-prof - , ghc-ghci - , libghc-th-extras-dev - , libghc-th-extras-prof -Build-Depends-Indep: ghc-doc - , libghc-flexible-defaults-doc - , libghc-mersenne-random-pure64-doc - , libghc-mtl-doc - , libghc-mwc-random-doc - , libghc-random-doc - , libghc-stateref-doc - , libghc-syb-doc - , libghc-th-extras-doc +Uploaders: + Clint Adams <clint@debian.org>, +Build-Depends: + cdbs, + debhelper (>= 9), + ghc (>= 8), + ghc-ghci, + ghc-prof, + haskell-devscripts (>= 0.10), + libghc-flexible-defaults-dev (>= 0.0.0.2), + libghc-flexible-defaults-prof, + libghc-mersenne-random-pure64-dev, + libghc-mersenne-random-pure64-prof, + libghc-mtl-dev (<< 3), + libghc-mtl-dev (>= 1), + libghc-mtl-prof, + libghc-mwc-random-dev, + libghc-mwc-random-prof, + libghc-random-dev, + libghc-random-prof, + libghc-stateref-dev (<< 0.4), + libghc-stateref-dev (>= 0.3), + libghc-stateref-prof, + libghc-syb-dev, + libghc-syb-prof, + libghc-th-extras-dev, + libghc-th-extras-prof, +Build-Depends-Indep: + ghc-doc, + libghc-flexible-defaults-doc, + libghc-mersenne-random-pure64-doc, + libghc-mtl-doc, + libghc-mwc-random-doc, + libghc-random-doc, + libghc-stateref-doc, + libghc-syb-doc, + libghc-th-extras-doc, Standards-Version: 3.9.8 Homepage: http://hackage.haskell.org/package/random-source Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git -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-random-source X-Description: generic basis for random number generators Random number generation based on entropy sources able to produce a small but well-defined set of primitive variates. Also includes @@ -49,12 +52,16 @@ X-Description: generic basis for random number generators Package: libghc-random-source-dev Architecture: any -Depends: ${haskell:Depends} - , ${shlibs:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Depends: + ${haskell:Depends}, + ${misc:Depends}, + ${shlibs:Depends}, +Recommends: + ${haskell:Recommends}, +Suggests: + ${haskell:Suggests}, +Provides: + ${haskell:Provides}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . @@ -62,11 +69,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb} Package: libghc-random-source-prof Architecture: any -Depends: ${haskell:Depends} - , ${misc:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} -Provides: ${haskell:Provides} +Depends: + ${haskell:Depends}, + ${misc:Depends}, +Recommends: + ${haskell:Recommends}, +Suggests: + ${haskell:Suggests}, +Provides: + ${haskell:Provides}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . @@ -75,9 +86,13 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb} Package: libghc-random-source-doc Section: doc Architecture: all -Depends: ${misc:Depends}, ${haskell:Depends} -Recommends: ${haskell:Recommends} -Suggests: ${haskell:Suggests} +Depends: + ${haskell:Depends}, + ${misc:Depends}, +Recommends: + ${haskell:Recommends}, +Suggests: + ${haskell:Suggests}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . |