diff options
author | Clint Adams <clint@debian.org> | 2016-10-16 15:36:36 -0400 |
---|---|---|
committer | Clint Adams <clint@debian.org> | 2016-10-16 15:36:36 -0400 |
commit | ce183f350cb6079ac4360bd58c794a944ba634ed (patch) | |
tree | 4d11937d63d2a36ca926906e259858b28624f184 /p/c2hs | |
parent | f86d9382a71e62594ae8e16464682ea7510ec2d8 (diff) | |
download | DHG_packages-ce183f350cb6079ac4360bd58c794a944ba634ed.tar.gz |
c2hs: build with ghc 8 in experimental
Diffstat (limited to 'p/c2hs')
-rw-r--r-- | p/c2hs/debian/c2hs-doc.docs | 2 | ||||
-rw-r--r-- | p/c2hs/debian/changelog | 6 | ||||
-rw-r--r-- | p/c2hs/debian/control | 48 |
3 files changed, 33 insertions, 23 deletions
diff --git a/p/c2hs/debian/c2hs-doc.docs b/p/c2hs/debian/c2hs-doc.docs index b60bc5dc0..41dac23f9 100644 --- a/p/c2hs/debian/c2hs-doc.docs +++ b/p/c2hs/debian/c2hs-doc.docs @@ -1,2 +1,2 @@ -tests doc/users_guide +tests diff --git a/p/c2hs/debian/changelog b/p/c2hs/debian/changelog index 5bbc452bb..7e0c8c8b1 100644 --- a/p/c2hs/debian/changelog +++ b/p/c2hs/debian/changelog @@ -1,8 +1,8 @@ -c2hs (0.28.1-2) UNRELEASED; urgency=medium +c2hs (0.28.1-2) experimental; urgency=medium - * Fix VCS fields + * Temporarily build-depend on ghc 8. - -- Gianfranco Costamagna <locutusofborg@debian.org> Thu, 02 Jun 2016 19:12:10 +0200 + -- Clint Adams <clint@debian.org> Sun, 16 Oct 2016 15:36:30 -0400 c2hs (0.28.1-1) unstable; urgency=medium diff --git a/p/c2hs/debian/control b/p/c2hs/debian/control index 8b5a26dfd..645a65a26 100644 --- a/p/c2hs/debian/control +++ b/p/c2hs/debian/control @@ -1,35 +1,42 @@ Source: c2hs Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> -Uploaders: Arjan Oosting <arjan@debian.org>, Erik de Castro Lopo <erikd@mega-nerd.com> +Uploaders: + Arjan Oosting <arjan@debian.org>, + Erik de Castro Lopo <erikd@mega-nerd.com>, Priority: extra Section: haskell -Build-Depends: debhelper (>= 9), - dpkg-dev (>= 1.14), - cdbs, - ghc, - haskell-devscripts (>= 0.10), +Build-Depends: alex, + cdbs, + debhelper (>= 9), + docbook, + docbook-xsl, + dpkg-dev (>= 1.14), + ghc (>= 8), happy, + haskell-devscripts (>= 0.10), libghc-dlist-dev, - libghc-language-c-dev (>= 0.5), libghc-language-c-dev (<< 0.6), - docbook, - docbook-xsl, - xsltproc, + libghc-language-c-dev (>= 0.5), libxml2-utils, -Build-Conflicts: libghc-wash-dev, + xsltproc, +Build-Conflicts: + libghc-wash-dev, Standards-Version: 3.9.8 Homepage: http://hackage.haskell.org/package/c2hs -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/c2hs Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git Package: c2hs Architecture: any -Depends: ${haskell:Depends}, - ${shlibs:Depends}, +Depends: + ${haskell:Depends}, ${misc:Depends}, -Recommends: ${haskell:Recommends}, -Suggests: ${haskell:Suggests}, + ${shlibs:Depends}, +Recommends: + ${haskell:Recommends}, +Suggests: + ${haskell:Suggests}, Description: C->Haskell Interface Generator C->Haskell is an interface generator that simplifies the development of Haskell bindings to C libraries. The tool processes existing C @@ -48,10 +55,13 @@ Description: C->Haskell Interface Generator Package: c2hs-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: C->Haskell Interface Generator -- Documentation package C->Haskell is an interface generator that simplifies the development of Haskell bindings to C libraries. The tool processes existing C |