diff options
| author | Clint Adams <clint@debian.org> | 2016-10-14 16:42:05 -0400 |
|---|---|---|
| committer | Clint Adams <clint@debian.org> | 2016-10-14 16:42:05 -0400 |
| commit | 041f81c7188150b3aa71b451eb87af89da92825e (patch) | |
| tree | af4a09a566c4bfc1c89bf24e5d664b8bdf739a43 /p/haskell-maths | |
| parent | 2c166baf2aa5ea56fe24fa963bd9502c9f2fdf65 (diff) | |
| download | DHG_packages-041f81c7188150b3aa71b451eb87af89da92825e.tar.gz | |
maths: build with ghc 8 in experimental
Diffstat (limited to 'p/haskell-maths')
| -rw-r--r-- | p/haskell-maths/debian/changelog | 8 | ||||
| -rw-r--r-- | p/haskell-maths/debian/control | 38 |
2 files changed, 21 insertions, 25 deletions
diff --git a/p/haskell-maths/debian/changelog b/p/haskell-maths/debian/changelog index f8780ed8c..62009ee14 100644 --- a/p/haskell-maths/debian/changelog +++ b/p/haskell-maths/debian/changelog @@ -1,13 +1,13 @@ -haskell-maths (0.4.8-3) UNRELEASED; urgency=medium +haskell-maths (0.4.8-3) 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:35:44 +0300 + -- Clint Adams <clint@debian.org> Fri, 14 Oct 2016 16:42:00 -0400 haskell-maths (0.4.8-2) unstable; urgency=medium diff --git a/p/haskell-maths/debian/control b/p/haskell-maths/debian/control index 9311eebd4..af8af312a 100644 --- a/p/haskell-maths/debian/control +++ b/p/haskell-maths/debian/control @@ -3,28 +3,26 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.or Uploaders: Iulian Udrea <iulian@ubuntu.com> Priority: extra Section: haskell -Build-Depends: debhelper (>= 9), - haskell-devscripts (>= 0.10), +Build-Depends: cdbs, - ghc, + debhelper (>= 9), + ghc (>= 8), ghc-prof, + haskell-devscripts (>= 0.10), libghc-random-dev, libghc-random-prof, -Build-Depends-Indep: ghc-doc, - libghc-random-doc, +Build-Depends-Indep: ghc-doc, libghc-random-doc Standards-Version: 3.9.8 Homepage: http://haskellformaths.blogspot.com/ -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-maths Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git Package: libghc-maths-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: Combinatorics, group theory, (non-)commutative algebra${haskell:ShortBlurb} A library of maths code in the areas of combinatorics, group theory, commutative algebra, and non-commutative algebra. The library is mainly @@ -35,11 +33,10 @@ Description: Combinatorics, group theory, (non-)commutative algebra${haskell:Sho Package: libghc-maths-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: Combinatorics, group theory, (non-)commutative algebra${haskell:ShortBlurb} A library of maths code in the areas of combinatorics, group theory, commutative algebra, and non-commutative algebra. The library is mainly @@ -51,10 +48,9 @@ Description: Combinatorics, group theory, (non-)commutative algebra${haskell:Sho Package: libghc-maths-doc Architecture: all Section: doc -Depends: ${misc:Depends}, - ${haskell:Depends}, -Recommends: ${haskell:Recommends}, -Suggests: ${haskell:Suggests}, +Depends: ${haskell:Depends}, ${misc:Depends} +Recommends: ${haskell:Recommends} +Suggests: ${haskell:Suggests} Description: Combinatorics, group theory, (non-)commutative algebra${haskell:ShortBlurb} A library of maths code in the areas of combinatorics, group theory, commutative algebra, and non-commutative algebra. The library is mainly |
