diff options
author | Clint Adams <clint@debian.org> | 2016-10-17 22:39:05 -0400 |
---|---|---|
committer | Clint Adams <clint@debian.org> | 2016-10-17 22:39:05 -0400 |
commit | 5afa44993355fb5ff3a05652b5840e2be9ada49f (patch) | |
tree | 88784458a040aa806987a9123e7f0aee079c5a6f /p/haskell-scanner | |
parent | 3583b79649f2c655159eec67920859353f894f51 (diff) | |
download | DHG_packages-5afa44993355fb5ff3a05652b5840e2be9ada49f.tar.gz |
scanner: build with ghc 8 in experimental
Diffstat (limited to 'p/haskell-scanner')
-rw-r--r-- | p/haskell-scanner/debian/changelog | 6 | ||||
-rw-r--r-- | p/haskell-scanner/debian/control | 55 |
2 files changed, 42 insertions, 19 deletions
diff --git a/p/haskell-scanner/debian/changelog b/p/haskell-scanner/debian/changelog index 4892467d2..eba106056 100644 --- a/p/haskell-scanner/debian/changelog +++ b/p/haskell-scanner/debian/changelog @@ -1,3 +1,9 @@ +haskell-scanner (0.2-2) experimental; urgency=medium + + * Temporarily build-depend on ghc 8. + + -- Clint Adams <clint@debian.org> Mon, 17 Oct 2016 22:39:00 -0400 + haskell-scanner (0.2-1) unstable; urgency=low * Initial release diff --git a/p/haskell-scanner/debian/control b/p/haskell-scanner/debian/control index cbc71db4c..7c42a8503 100644 --- a/p/haskell-scanner/debian/control +++ b/p/haskell-scanner/debian/control @@ -1,15 +1,18 @@ Source: haskell-scanner 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 (>= 10), - haskell-devscripts (>= 0.9), +Build-Depends: cdbs, - ghc, + debhelper (>= 10), + ghc (>= 8), ghc-prof, + haskell-devscripts (>= 0.9), libghc-hspec-dev, -Build-Depends-Indep: ghc-doc, +Build-Depends-Indep: + ghc-doc, Standards-Version: 3.9.8 Homepage: https://github.com/Yuras/scanner Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-scanner @@ -20,13 +23,18 @@ X-Description: fast incremental combinator parsing for bytestrings Package: libghc-scanner-dev Architecture: any -Depends: ${haskell:Depends}, +Depends: + ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends}, -Recommends: ${haskell:Recommends}, -Suggests: ${haskell:Suggests}, -Conflicts: ${haskell:Conflicts}, -Provides: ${haskell:Provides}, +Recommends: + ${haskell:Recommends}, +Suggests: + ${haskell:Suggests}, +Conflicts: + ${haskell:Conflicts}, +Provides: + ${haskell:Provides}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . @@ -34,12 +42,17 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb} Package: libghc-scanner-prof Architecture: any -Depends: ${haskell:Depends}, +Depends: + ${haskell:Depends}, ${misc:Depends}, -Recommends: ${haskell:Recommends}, -Suggests: ${haskell:Suggests}, -Conflicts: ${haskell:Conflicts}, -Provides: ${haskell:Provides}, +Recommends: + ${haskell:Recommends}, +Suggests: + ${haskell:Suggests}, +Conflicts: + ${haskell:Conflicts}, +Provides: + ${haskell:Provides}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . @@ -48,11 +61,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb} Package: libghc-scanner-doc Architecture: all Section: doc -Depends: ${haskell:Depends}, +Depends: + ${haskell:Depends}, ${misc:Depends}, -Recommends: ${haskell:Recommends}, -Suggests: ${haskell:Suggests}, -Conflicts: ${haskell:Conflicts}, +Recommends: + ${haskell:Recommends}, +Suggests: + ${haskell:Suggests}, +Conflicts: + ${haskell:Conflicts}, Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . |