diff options
| author | Clint Adams <clint@debian.org> | 2016-10-16 20:06:55 -0400 |
|---|---|---|
| committer | Clint Adams <clint@debian.org> | 2016-10-16 20:06:55 -0400 |
| commit | ce7fa9856c594155de317b911bd8ad389b29d0b6 (patch) | |
| tree | c64020ac9f78516117d7ca55349820a74cea69a2 /p/haskell-map-syntax | |
| parent | cbbf45b446c92180077a741d747bad8f7afb6881 (diff) | |
| download | DHG_packages-ce7fa9856c594155de317b911bd8ad389b29d0b6.tar.gz | |
map-syntax: build with ghc 8 in experimental
Diffstat (limited to 'p/haskell-map-syntax')
| -rw-r--r-- | p/haskell-map-syntax/debian/changelog | 6 | ||||
| -rw-r--r-- | p/haskell-map-syntax/debian/control | 71 |
2 files changed, 50 insertions, 27 deletions
diff --git a/p/haskell-map-syntax/debian/changelog b/p/haskell-map-syntax/debian/changelog index 0f70cf2e6..3e369d9d1 100644 --- a/p/haskell-map-syntax/debian/changelog +++ b/p/haskell-map-syntax/debian/changelog @@ -1,3 +1,9 @@ +haskell-map-syntax (0.2.0.1-2) experimental; urgency=medium + + * Temporarily build-depend on ghc 8. + + -- Clint Adams <clint@debian.org> Sun, 16 Oct 2016 20:06:51 -0400 + haskell-map-syntax (0.2.0.1-1) unstable; urgency=medium [ Dmitry Bogatov ] diff --git a/p/haskell-map-syntax/debian/control b/p/haskell-map-syntax/debian/control index edd1a6c4a..94b6d3006 100644 --- a/p/haskell-map-syntax/debian/control +++ b/p/haskell-map-syntax/debian/control @@ -1,29 +1,32 @@ Source: haskell-map-syntax 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: cdbs, - ghc, + debhelper (>= 9), + ghc (>= 8), ghc-prof, - libghc-mtl-dev (>= 2.0), + haskell-devscripts (>= 0.10), + libghc-hspec-dev (<< 2.3), + libghc-hspec-dev (>= 2.2.3), + libghc-hunit-dev (<< 2), + libghc-hunit-dev (>= 1.2), libghc-mtl-dev (<< 2.3), + libghc-mtl-dev (>= 2.0), libghc-mtl-prof, - libghc-hunit-dev (>= 1.2), - libghc-hunit-dev (<< 2), - libghc-quickcheck2-dev (>= 2.3.0.2), libghc-quickcheck2-dev (<< 3), - libghc-hspec-dev (>= 2.2.3), - libghc-hspec-dev (<< 2.3), -Build-Depends-Indep: ghc-doc, + libghc-quickcheck2-dev (>= 2.3.0.2), +Build-Depends-Indep: + ghc-doc, libghc-mtl-doc, Standards-Version: 3.9.8 Homepage: http://hackage.haskell.org/package/map-syntax -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-map-syntax Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git -X-Description: Syntax sugar for defining maps +X-Description: syntax sugar for defining maps Haskell's canonical list of tuples syntax for defining maps is not very convenient and also has ambiguous semantics. This package leverages do notation to create a lighter syntax that makes semantics explicit and also @@ -31,13 +34,18 @@ X-Description: Syntax sugar for defining maps Package: libghc-map-syntax-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} . @@ -45,12 +53,17 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb} Package: libghc-map-syntax-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} . @@ -59,11 +72,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb} Package: libghc-map-syntax-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} . |
