diff options
author | Clint Adams <clint@debian.org> | 2016-10-16 15:27:34 -0400 |
---|---|---|
committer | Clint Adams <clint@debian.org> | 2016-10-16 15:27:34 -0400 |
commit | ce9ed527aa817e4e8816448846f970eed4815491 (patch) | |
tree | f0e422ed152946fc354e32205a070cb43bc1b920 /p/haskell-language-python | |
parent | 067926bb65f4438e1094bf22e82daa526912b58a (diff) | |
download | DHG_packages-ce9ed527aa817e4e8816448846f970eed4815491.tar.gz |
language-python: build with ghc 8 in experimental
Diffstat (limited to 'p/haskell-language-python')
-rw-r--r-- | p/haskell-language-python/debian/changelog | 6 | ||||
-rw-r--r-- | p/haskell-language-python/debian/control | 60 |
2 files changed, 43 insertions, 23 deletions
diff --git a/p/haskell-language-python/debian/changelog b/p/haskell-language-python/debian/changelog index e6a70ee33..06a2ea479 100644 --- a/p/haskell-language-python/debian/changelog +++ b/p/haskell-language-python/debian/changelog @@ -1,3 +1,9 @@ +haskell-language-python (0.5.4-2) experimental; urgency=medium + + * Temporarily build-depend on ghc 8. + + -- Clint Adams <clint@debian.org> Sun, 16 Oct 2016 15:27:05 -0400 + haskell-language-python (0.5.4-1) unstable; urgency=medium * New upstream release diff --git a/p/haskell-language-python/debian/control b/p/haskell-language-python/debian/control index 4f29db467..7fc646f5f 100644 --- a/p/haskell-language-python/debian/control +++ b/p/haskell-language-python/debian/control @@ -1,40 +1,47 @@ Source: haskell-language-python Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> -Uploaders: Joachim Breitner <nomeata@debian.org> +Uploaders: + Joachim Breitner <nomeata@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, - libghc-monads-tf-dev (>= 0.1), + happy, + haskell-devscripts (>= 0.10), libghc-monads-tf-dev (<< 0.2), + libghc-monads-tf-dev (>= 0.1), libghc-monads-tf-prof, - libghc-utf8-string-dev (>= 1), libghc-utf8-string-dev (<< 2), + libghc-utf8-string-dev (>= 1), libghc-utf8-string-prof, - alex, - happy, -Build-Depends-Indep: ghc-doc, +Build-Depends-Indep: + ghc-doc, libghc-monads-tf-doc, libghc-utf8-string-doc, Standards-Version: 3.9.8 Homepage: http://github.com/bjpop/language-python -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-language-python Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git -X-Description: Parsing and pretty printing of Python code. +X-Description: parsing and pretty printing of Python code language-python is a Haskell library for lexical analysis, parsing and pretty printing Python code. It supports versions 2.x and 3.x of Python. Package: libghc-language-python-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} . @@ -42,11 +49,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb} Package: libghc-language-python-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} . @@ -55,10 +66,13 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb} Package: libghc-language-python-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} . |