diff options
author | Clint Adams <clint@debian.org> | 2016-10-16 15:26:28 -0400 |
---|---|---|
committer | Clint Adams <clint@debian.org> | 2016-10-16 15:26:28 -0400 |
commit | 067926bb65f4438e1094bf22e82daa526912b58a (patch) | |
tree | f07fcda78687d441a1a0dbd6d41886889f086678 /p/haskell-language-c | |
parent | 3bc6d8cd42799d30c4423bbeabe10f6bdf726ad7 (diff) | |
download | DHG_packages-067926bb65f4438e1094bf22e82daa526912b58a.tar.gz |
language-c: build with ghc 8 in experimental
Diffstat (limited to 'p/haskell-language-c')
-rw-r--r-- | p/haskell-language-c/debian/changelog | 6 | ||||
-rw-r--r-- | p/haskell-language-c/debian/control | 51 |
2 files changed, 36 insertions, 21 deletions
diff --git a/p/haskell-language-c/debian/changelog b/p/haskell-language-c/debian/changelog index 6573d540d..3d4bf2316 100644 --- a/p/haskell-language-c/debian/changelog +++ b/p/haskell-language-c/debian/changelog @@ -1,8 +1,8 @@ -haskell-language-c (0.5.0-2) UNRELEASED; urgency=medium +haskell-language-c (0.5.0-2) experimental; urgency=medium - * Fix VCS fields + * Temporarily build-depend on ghc 8. - -- Gianfranco Costamagna <locutusofborg@debian.org> Thu, 02 Jun 2016 19:12:44 +0200 + -- Clint Adams <clint@debian.org> Sun, 16 Oct 2016 15:26:13 -0400 haskell-language-c (0.5.0-1) unstable; urgency=medium diff --git a/p/haskell-language-c/debian/control b/p/haskell-language-c/debian/control index 0348d35cc..91541d93f 100644 --- a/p/haskell-language-c/debian/control +++ b/p/haskell-language-c/debian/control @@ -1,18 +1,22 @@ Source: haskell-language-c Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> -Uploaders: Erik de Castro Lopo <erikd@mega-nerd.com>, Clint Adams <clint@debian.org> +Uploaders: + Erik de Castro Lopo <erikd@mega-nerd.com>, + Clint Adams <clint@debian.org>, Priority: extra Section: haskell -Build-Depends: debhelper (>= 9), - haskell-devscripts (>= 0.10), +Build-Depends: + alex, cdbs, - ghc, + debhelper (>= 9), + ghc (>= 8), ghc-prof, - alex, happy, + 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: http://visq.github.io/language-c/ @@ -25,12 +29,16 @@ X-Description: Haskell library for the analysis and generation of C code Package: libghc-language-c-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} . @@ -38,11 +46,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb} Package: libghc-language-c-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} . @@ -51,10 +63,13 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb} Package: libghc-language-c-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} . |