diff options
| author | Clint Adams <clint@debian.org> | 2016-10-16 15:31:03 -0400 |
|---|---|---|
| committer | Clint Adams <clint@debian.org> | 2016-10-16 15:31:03 -0400 |
| commit | 9ddad72270581f0fd0b564adb521d8930979dfb2 (patch) | |
| tree | e937925f2b2bf7622d9f8981bf6dc3972c928fb3 /p/haskell-reform-hsp/debian | |
| parent | c69c19b1774aa6af62a5830976f77401559c8fe4 (diff) | |
| download | DHG_packages-9ddad72270581f0fd0b564adb521d8930979dfb2.tar.gz | |
reform-hsp: build with ghc 8 in experimental
Diffstat (limited to 'p/haskell-reform-hsp/debian')
| -rw-r--r-- | p/haskell-reform-hsp/debian/changelog | 6 | ||||
| -rw-r--r-- | p/haskell-reform-hsp/debian/control | 60 |
2 files changed, 43 insertions, 23 deletions
diff --git a/p/haskell-reform-hsp/debian/changelog b/p/haskell-reform-hsp/debian/changelog index ba8b4b9af..ea782c69f 100644 --- a/p/haskell-reform-hsp/debian/changelog +++ b/p/haskell-reform-hsp/debian/changelog @@ -1,3 +1,9 @@ +haskell-reform-hsp (0.2.7-2) experimental; urgency=medium + + * Temporarily build-depend on ghc 8. + + -- Clint Adams <clint@debian.org> Sun, 16 Oct 2016 15:30:50 -0400 + haskell-reform-hsp (0.2.7-1) unstable; urgency=medium [ Dmitry Bogatov ] diff --git a/p/haskell-reform-hsp/debian/control b/p/haskell-reform-hsp/debian/control index 0e7f68ce0..e86662870 100644 --- a/p/haskell-reform-hsp/debian/control +++ b/p/haskell-reform-hsp/debian/control @@ -1,34 +1,37 @@ Source: haskell-reform-hsp 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-hsp-dev (>= 0.9), + haskell-devscripts (>= 0.10), + hsx2hs, libghc-hsp-dev (<< 0.11), + libghc-hsp-dev (>= 0.9), libghc-hsp-prof, - libghc-hsx2hs-dev (>= 0.13), libghc-hsx2hs-dev (<< 0.14), + libghc-hsx2hs-dev (>= 0.13), libghc-hsx2hs-prof, - libghc-reform-dev (>= 0.2.1), libghc-reform-dev (<< 0.3), + libghc-reform-dev (>= 0.2.1), libghc-reform-prof, - libghc-text-dev (>= 0.11), libghc-text-dev (<< 1.3), + libghc-text-dev (>= 0.11), libghc-text-prof, - hsx2hs, -Build-Depends-Indep: ghc-doc, +Build-Depends-Indep: + ghc-doc, libghc-hsp-doc, libghc-hsx2hs-doc, libghc-reform-doc, libghc-text-doc, Standards-Version: 3.9.8 Homepage: http://www.happstack.com/ -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-reform-hsp Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git X-Description: support for using HSP with Reform Reform is a library for building and validating forms using @@ -37,12 +40,16 @@ X-Description: support for using HSP with Reform Package: libghc-reform-hsp-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} . @@ -50,11 +57,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb} Package: libghc-reform-hsp-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} . @@ -63,10 +74,13 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb} Package: libghc-reform-hsp-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} . |
