diff options
| author | Clint Adams <clint@debian.org> | 2016-10-17 12:23:20 -0400 |
|---|---|---|
| committer | Clint Adams <clint@debian.org> | 2016-10-17 12:23:20 -0400 |
| commit | 80faa5af2ad3b127f7696e20c79fcc2a3c575833 (patch) | |
| tree | fdb7a6e073d20a8cf62a1353fa8ab89ba8de9318 /p/haskell-hspec-attoparsec/debian | |
| parent | 6939794c4e0cd605b6305fa45f61a8ac5c518b06 (diff) | |
| download | DHG_packages-80faa5af2ad3b127f7696e20c79fcc2a3c575833.tar.gz | |
hspec-attoparsec: build with ghc 8 in experimental
Diffstat (limited to 'p/haskell-hspec-attoparsec/debian')
| -rw-r--r-- | p/haskell-hspec-attoparsec/debian/changelog | 6 | ||||
| -rw-r--r-- | p/haskell-hspec-attoparsec/debian/control | 57 |
2 files changed, 43 insertions, 20 deletions
diff --git a/p/haskell-hspec-attoparsec/debian/changelog b/p/haskell-hspec-attoparsec/debian/changelog index d882f4c21..b4a9b9eff 100644 --- a/p/haskell-hspec-attoparsec/debian/changelog +++ b/p/haskell-hspec-attoparsec/debian/changelog @@ -1,3 +1,9 @@ +haskell-hspec-attoparsec (0.1.0.2-2) experimental; urgency=medium + + * Temporarily build-depend on ghc 8. + + -- Clint Adams <clint@debian.org> Mon, 17 Oct 2016 12:23:18 -0400 + haskell-hspec-attoparsec (0.1.0.2-1) unstable; urgency=low * Initial release diff --git a/p/haskell-hspec-attoparsec/debian/control b/p/haskell-hspec-attoparsec/debian/control index 25dd8b0ce..9eec1f92d 100644 --- a/p/haskell-hspec-attoparsec/debian/control +++ b/p/haskell-hspec-attoparsec/debian/control @@ -1,13 +1,15 @@ Source: haskell-hspec-attoparsec Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> -Uploaders: James McCoy <jamessan@debian.org> +Uploaders: + James McCoy <jamessan@debian.org>, Priority: extra Section: haskell -Build-Depends: debhelper (>= 9), - haskell-devscripts (>= 0.9), +Build-Depends: cdbs, - ghc, + debhelper (>= 9), + ghc (>= 8), ghc-prof, + haskell-devscripts (>= 0.9), libghc-attoparsec-dev (>= 0.10), libghc-attoparsec-prof, libghc-hspec-dev, @@ -15,7 +17,8 @@ Build-Depends: debhelper (>= 9), libghc-hspec-expectations-prof, libghc-text-dev (>= 1.0), libghc-text-prof, -Build-Depends-Indep: ghc-doc, +Build-Depends-Indep: + ghc-doc, libghc-attoparsec-doc, libghc-hspec-expectations-doc, libghc-text-doc, @@ -23,20 +26,25 @@ Standards-Version: 3.9.8 Homepage: http://github.com/alpmestan/hspec-attoparsec Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-hspec-attoparsec Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git -X-Description: Utility functions for testing your attoparsec parsers with hspec +X-Description: utility functions for testing your attoparsec parsers with hspec This package provides some helper functions for testing attoparsec parsers with hspec. . See the documentation in @Test.Hspec.Attoparsec@ for examples, or this package's own test suite. Package: libghc-hspec-attoparsec-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} . @@ -44,12 +52,17 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb} Package: libghc-hspec-attoparsec-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} . @@ -58,11 +71,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb} Package: libghc-hspec-attoparsec-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} . |
