diff options
| author | Clint Adams <clint@debian.org> | 2016-10-17 00:57:09 -0400 |
|---|---|---|
| committer | Clint Adams <clint@debian.org> | 2016-10-17 00:57:09 -0400 |
| commit | 427915b489ff6dc10238a2e3bd794897bec8a0a7 (patch) | |
| tree | da1bba64832336de459f058e777ccb47c8555319 /p/haskell-xmlhtml/debian/control | |
| parent | 5b1f7e3335b36a8a5164a5ed5c27552cb773ecc7 (diff) | |
| download | DHG_packages-427915b489ff6dc10238a2e3bd794897bec8a0a7.tar.gz | |
xmlhtml: build with ghc 8 in experimental
Diffstat (limited to 'p/haskell-xmlhtml/debian/control')
| -rw-r--r-- | p/haskell-xmlhtml/debian/control | 70 |
1 files changed, 42 insertions, 28 deletions
diff --git a/p/haskell-xmlhtml/debian/control b/p/haskell-xmlhtml/debian/control index d94f8d7c7..8b71df816 100644 --- a/p/haskell-xmlhtml/debian/control +++ b/p/haskell-xmlhtml/debian/control @@ -1,44 +1,47 @@ Source: haskell-xmlhtml 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, - libghc-blaze-builder-dev (>= 0.2), + haskell-devscripts (>= 0.10), libghc-blaze-builder-dev (<< 0.5), + libghc-blaze-builder-dev (>= 0.2), libghc-blaze-builder-prof, - libghc-blaze-html-dev (>= 0.5), libghc-blaze-html-dev (<< 0.9), + libghc-blaze-html-dev (>= 0.5), libghc-blaze-html-prof, - libghc-blaze-markup-dev (>= 0.5), libghc-blaze-markup-dev (<< 0.8), + libghc-blaze-markup-dev (>= 0.5), libghc-blaze-markup-prof, - libghc-hunit-dev (>= 1.2), libghc-hunit-dev (<< 1.4), + libghc-hunit-dev (>= 1.2), libghc-hunit-prof, - libghc-parsec3-dev (>= 3.1.2), libghc-parsec3-dev (<< 3.2), + libghc-parsec3-dev (>= 3.1.2), libghc-parsec3-prof, - libghc-test-framework-dev (>= 0.8.0.3), libghc-test-framework-dev (<< 0.9), - libghc-test-framework-prof, - libghc-test-framework-hunit-dev (>= 0.3), + libghc-test-framework-dev (>= 0.8.0.3), libghc-test-framework-hunit-dev (<< 0.4), + libghc-test-framework-hunit-dev (>= 0.3), libghc-test-framework-hunit-prof, - libghc-test-framework-quickcheck2-dev (>= 0.3), + libghc-test-framework-prof, libghc-test-framework-quickcheck2-dev (<< 0.4), + libghc-test-framework-quickcheck2-dev (>= 0.3), libghc-test-framework-quickcheck2-prof, - libghc-text-dev (>= 0.11), libghc-text-dev (<< 1.3), + libghc-text-dev (>= 0.11), libghc-text-prof, - libghc-unordered-containers-dev (>= 0.1.4), libghc-unordered-containers-dev (<< 0.3), + libghc-unordered-containers-dev (>= 0.1.4), libghc-unordered-containers-prof, -Build-Depends-Indep: ghc-doc, +Build-Depends-Indep: + ghc-doc, libghc-blaze-builder-doc, libghc-blaze-html-doc, libghc-blaze-markup-doc, @@ -69,12 +72,16 @@ X-Description: XML parser and renderer with HTML 5 quirks mode Package: libghc-xmlhtml-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} . @@ -82,11 +89,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb} Package: libghc-xmlhtml-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} . @@ -95,10 +106,13 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb} Package: libghc-xmlhtml-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} . |
