diff options
| author | Clint Adams <clint@debian.org> | 2016-10-17 15:54:31 -0400 |
|---|---|---|
| committer | Clint Adams <clint@debian.org> | 2016-10-17 15:54:31 -0400 |
| commit | 9f1e8277be16e690d01cfbb2c83a4c7f619d7eab (patch) | |
| tree | 4fcc2d68ec438a67c4bb064eab1e7b4d1e3393d6 | |
| parent | c325b535f2f096a01499b4122746e2eb0987ffee (diff) | |
| download | DHG_packages-9f1e8277be16e690d01cfbb2c83a4c7f619d7eab.tar.gz | |
jmacro: build with ghc 8 in experimental
| -rw-r--r-- | p/haskell-jmacro/debian/changelog | 6 | ||||
| -rw-r--r-- | p/haskell-jmacro/debian/control | 78 |
2 files changed, 51 insertions, 33 deletions
diff --git a/p/haskell-jmacro/debian/changelog b/p/haskell-jmacro/debian/changelog index 27a3325ad..92a6fa64a 100644 --- a/p/haskell-jmacro/debian/changelog +++ b/p/haskell-jmacro/debian/changelog @@ -1,8 +1,8 @@ -haskell-jmacro (0.6.14-2) UNRELEASED; urgency=medium +haskell-jmacro (0.6.14-2) experimental; urgency=medium - * Fix VCS fields + * Temporarily build-depend on ghc 8. - -- Gianfranco Costamagna <locutusofborg@debian.org> Thu, 02 Jun 2016 19:12:42 +0200 + -- Clint Adams <clint@debian.org> Mon, 17 Oct 2016 15:54:19 -0400 haskell-jmacro (0.6.14-1) unstable; urgency=medium diff --git a/p/haskell-jmacro/debian/control b/p/haskell-jmacro/debian/control index 25969ae37..694d36a03 100644 --- a/p/haskell-jmacro/debian/control +++ b/p/haskell-jmacro/debian/control @@ -1,27 +1,30 @@ Source: haskell-jmacro Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> -Uploaders: Clint Adams <clint@debian.org> +Uploaders: + Clint Adams <clint@debian.org>, 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-aeson-dev (>= 0.5), libghc-aeson-prof, - libghc-src-exts-dev, - libghc-src-exts-prof, - libghc-src-meta-dev, - libghc-src-meta-prof, libghc-mtl-dev (>> 1.1), libghc-mtl-prof, + libghc-parseargs-dev, libghc-parsec3-dev (>> 3.0), libghc-parsec3-prof, libghc-regex-posix-dev (>> 0.9), libghc-regex-posix-prof, libghc-safe-dev (>= 0.2), libghc-safe-prof, + libghc-src-exts-dev, + libghc-src-exts-prof, + libghc-src-meta-dev, + libghc-src-meta-prof, libghc-syb-dev, libghc-syb-prof, libghc-text-dev, @@ -32,15 +35,15 @@ Build-Depends: debhelper (>= 9), libghc-vector-prof, libghc-wl-pprint-text-dev, libghc-wl-pprint-text-prof, - libghc-parseargs-dev, -Build-Depends-Indep: ghc-doc, +Build-Depends-Indep: + ghc-doc, libghc-aeson-doc, - libghc-src-exts-doc, - libghc-src-meta-doc, libghc-mtl-doc, libghc-parsec3-doc, libghc-regex-posix-doc, libghc-safe-doc, + libghc-src-exts-doc, + libghc-src-meta-doc, libghc-syb-doc, libghc-text-doc, libghc-unordered-containers-doc, @@ -48,7 +51,7 @@ Build-Depends-Indep: ghc-doc, libghc-wl-pprint-text-doc, Standards-Version: 3.9.8 Homepage: http://hackage.haskell.org/package/jmacro -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-jmacro Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git X-Description: library for programmatic generation of JavaScript jmacro is a QuasiQuotation library for programmatic generation of @@ -58,25 +61,33 @@ X-Description: library for programmatic generation of JavaScript Package: jmacro Architecture: any -Depends: ${haskell:Depends}, - ${shlibs:Depends}, +Depends: + ${haskell:Depends}, ${misc:Depends}, -Recommends: libghc-jmacro-dev, -Suggests: libghc-jmacro-doc, + ${shlibs:Depends}, +Recommends: + libghc-jmacro-dev, +Suggests: + libghc-jmacro-doc, libghc-jmacro-prof, -Provides: ${haskell:Provides}, +Provides: + ${haskell:Provides}, Description: utility for jmacro JavaScript generation library jmacro is a QuasiQuotation library for programmatic generation of JavaScript code in Haskell. This contains the 'jmacro' binary. Package: libghc-jmacro-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} . @@ -84,11 +95,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb} Package: libghc-jmacro-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} . @@ -97,10 +112,13 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb} Package: libghc-jmacro-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} . |
