diff options
author | Clint Adams <clint@debian.org> | 2016-10-16 00:37:01 -0400 |
---|---|---|
committer | Clint Adams <clint@debian.org> | 2016-10-16 00:37:01 -0400 |
commit | 805909616b378b038d9edb5a1be87697df5da581 (patch) | |
tree | ec27c20d35e3f4cefe7a223c83f24101f9b332f5 | |
parent | c81178287e7098b1ed7257b20c45368b3e578aa6 (diff) | |
download | DHG_packages-805909616b378b038d9edb5a1be87697df5da581.tar.gz |
chell: build with ghc 8 in experimental
-rw-r--r-- | p/haskell-chell/debian/changelog | 7 | ||||
-rw-r--r-- | p/haskell-chell/debian/control | 55 |
2 files changed, 39 insertions, 23 deletions
diff --git a/p/haskell-chell/debian/changelog b/p/haskell-chell/debian/changelog index 1a381223c..576f6623a 100644 --- a/p/haskell-chell/debian/changelog +++ b/p/haskell-chell/debian/changelog @@ -1,4 +1,4 @@ -haskell-chell (0.4.0.1-5) UNRELEASED; urgency=medium +haskell-chell (0.4.0.1-5) experimental; urgency=medium [ Dmitry Bogatov ] * Use secure (https) uri in Vcs-Git field in 'debian/control' @@ -7,7 +7,10 @@ haskell-chell (0.4.0.1-5) UNRELEASED; urgency=medium [ Ilias Tsitsimpis ] * Update d/watch file to use hackage - -- Dmitry Bogatov <KAction@gnu.org> Tue, 10 May 2016 09:34:56 +0300 + [ Clint Adams ] + * Temporarily build-depend on ghc 8. + + -- Clint Adams <clint@debian.org> Sun, 16 Oct 2016 00:36:56 -0400 haskell-chell (0.4.0.1-4) unstable; urgency=medium diff --git a/p/haskell-chell/debian/control b/p/haskell-chell/debian/control index 8a772484c..348c99107 100644 --- a/p/haskell-chell/debian/control +++ b/p/haskell-chell/debian/control @@ -1,28 +1,30 @@ Source: haskell-chell Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> -Uploaders: John Millikin <jmillikin@gmail.com> +Uploaders: + John Millikin <jmillikin@gmail.com>, Priority: optional Section: haskell -Build-Depends: debhelper (>= 9), - haskell-devscripts (>= 0.10), +Build-Depends: cdbs, - ghc, + debhelper (>= 9), + ghc (>= 8), ghc-prof, - ghc-ghci, - libghc-ansi-terminal-dev (>= 0.5), + haskell-devscripts (>= 0.10), libghc-ansi-terminal-dev (<< 0.7), + libghc-ansi-terminal-dev (>= 0.5), libghc-ansi-terminal-prof, - libghc-options-dev (>= 1.0), libghc-options-dev (<< 2.0), + libghc-options-dev (>= 1.0), libghc-options-prof, - libghc-patience-dev (>= 0.1), libghc-patience-dev (<< 0.2), + libghc-patience-dev (>= 0.1), libghc-patience-prof, libghc-random-dev (>= 1.0), libghc-random-prof, libghc-text-dev, libghc-text-prof, -Build-Depends-Indep: ghc-doc, +Build-Depends-Indep: + ghc-doc, libghc-ansi-terminal-doc, libghc-options-doc, libghc-patience-doc, @@ -30,17 +32,21 @@ Build-Depends-Indep: ghc-doc, libghc-text-doc, Standards-Version: 3.9.8 Homepage: https://john-millikin.com/software/chell/ -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-chell Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git Package: libghc-chell-dev Architecture: any -Depends: ${haskell:Depends}, +Depends: + ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends}, -Recommends: ${haskell:Recommends}, -Suggests: ${haskell:Suggests}, -Provides: ${haskell:Provides}, +Recommends: + ${haskell:Recommends}, +Suggests: + ${haskell:Suggests}, +Provides: + ${haskell:Provides}, Description: Haskell library for simple and intuitive automated testing${haskell:ShortBlurb} Chell is a simple and intuitive library for automated testing. It natively supports assertion-based testing, and can use companion libraries to @@ -50,11 +56,15 @@ Description: Haskell library for simple and intuitive automated testing${haskell Package: libghc-chell-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: Haskell library for simple and intuitive automated testing${haskell:ShortBlurb} Chell is a simple and intuitive library for automated testing. It natively supports assertion-based testing, and can use companion libraries to @@ -65,10 +75,13 @@ Description: Haskell library for simple and intuitive automated testing${haskell Package: libghc-chell-doc Architecture: all Section: doc -Depends: ${haskell:Depends}, +Depends: + ${haskell:Depends}, ${misc:Depends}, -Recommends: ${haskell:Recommends}, -Suggests: ${haskell:Suggests}, +Recommends: + ${haskell:Recommends}, +Suggests: + ${haskell:Suggests}, Description: Haskell library for simple and intuitive automated testing${haskell:ShortBlurb} Chell is a simple and intuitive library for automated testing. It natively supports assertion-based testing, and can use companion libraries to |