diff options
author | Clint Adams <clint@debian.org> | 2016-10-15 12:52:20 -0400 |
---|---|---|
committer | Clint Adams <clint@debian.org> | 2016-10-15 12:52:20 -0400 |
commit | c07d0e33b26beae09ab9dfa1fd13c129975256c2 (patch) | |
tree | d32d4738dac56bed37f94a60cb281da6b0ec164f | |
parent | a6bb7d688651bc393be653b3c16a572e836d7e8c (diff) | |
download | DHG_packages-c07d0e33b26beae09ab9dfa1fd13c129975256c2.tar.gz |
th-extras: build with ghc 8 in experimental
-rw-r--r-- | p/haskell-th-extras/debian/changelog | 6 | ||||
-rw-r--r-- | p/haskell-th-extras/debian/control | 54 |
2 files changed, 37 insertions, 23 deletions
diff --git a/p/haskell-th-extras/debian/changelog b/p/haskell-th-extras/debian/changelog index a930049d0..c940e09a6 100644 --- a/p/haskell-th-extras/debian/changelog +++ b/p/haskell-th-extras/debian/changelog @@ -1,8 +1,8 @@ -haskell-th-extras (0.0.0.4-2) UNRELEASED; urgency=medium +haskell-th-extras (0.0.0.4-2) experimental; urgency=medium - * Fix VCS fields + * Temporarily build-depend on ghc 8. - -- Gianfranco Costamagna <locutusofborg@debian.org> Thu, 02 Jun 2016 19:13:08 +0200 + -- Clint Adams <clint@debian.org> Sat, 15 Oct 2016 12:52:02 -0400 haskell-th-extras (0.0.0.4-1) unstable; urgency=medium diff --git a/p/haskell-th-extras/debian/control b/p/haskell-th-extras/debian/control index 9dbb58b08..50de71781 100644 --- a/p/haskell-th-extras/debian/control +++ b/p/haskell-th-extras/debian/control @@ -1,35 +1,42 @@ Source: haskell-th-extras Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> -Uploaders: Joachim Breitner <nomeata@debian.org> +Uploaders: + Joachim Breitner <nomeata@debian.org>, Priority: extra Section: haskell -Build-Depends: debhelper (>= 9), - haskell-devscripts (>= 0.10), +Build-Depends: cdbs, - ghc, - ghc-prof, + debhelper (>= 9), + ghc (>= 8), ghc-ghci, + ghc-prof, + haskell-devscripts (>= 0.10), libghc-syb-dev, libghc-syb-prof, -Build-Depends-Indep: ghc-doc, +Build-Depends-Indep: + ghc-doc, libghc-syb-doc, Standards-Version: 3.9.8 Homepage: https://github.com/mokus0/th-extras -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-th-extras Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git -X-Description: Grab bag of functions for use with Template Haskell +X-Description: grab bag of functions for use with Template Haskell Various ugly CPP hacks to support the ever-changing interface of the template haskell system by providing high-level operations and making sure they work on as many versions of Template Haskell as possible. Package: libghc-th-extras-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: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . @@ -37,11 +44,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb} Package: libghc-th-extras-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:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . @@ -50,10 +61,13 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb} Package: libghc-th-extras-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: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . |