diff options
| author | Clint Adams <clint@debian.org> | 2016-10-14 14:00:08 -0400 |
|---|---|---|
| committer | Clint Adams <clint@debian.org> | 2016-10-14 14:00:08 -0400 |
| commit | 0370fe8fe67127611a2c1ff3ae989d19ba7a3ee2 (patch) | |
| tree | d267ae334262064f4622b037a4d17f84f94fdfcf /p/haskell-reflection/debian | |
| parent | 55660b9aef355e0bace99377f5d415e2f42d0dba (diff) | |
| download | DHG_packages-0370fe8fe67127611a2c1ff3ae989d19ba7a3ee2.tar.gz | |
reflection: build with ghc 8 in experimental
Diffstat (limited to 'p/haskell-reflection/debian')
| -rw-r--r-- | p/haskell-reflection/debian/changelog | 6 | ||||
| -rw-r--r-- | p/haskell-reflection/debian/control | 37 |
2 files changed, 20 insertions, 23 deletions
diff --git a/p/haskell-reflection/debian/changelog b/p/haskell-reflection/debian/changelog index fb72bec80..5a65b7ed5 100644 --- a/p/haskell-reflection/debian/changelog +++ b/p/haskell-reflection/debian/changelog @@ -1,8 +1,8 @@ -haskell-reflection (2.1.2-2) UNRELEASED; urgency=medium +haskell-reflection (2.1.2-2) experimental; urgency=medium - * Fix VCS fields + * Temporarily build-depend on ghc 8. - -- Gianfranco Costamagna <locutusofborg@debian.org> Thu, 02 Jun 2016 19:12:58 +0200 + -- Clint Adams <clint@debian.org> Fri, 14 Oct 2016 13:59:59 -0400 haskell-reflection (2.1.2-1) unstable; urgency=medium diff --git a/p/haskell-reflection/debian/control b/p/haskell-reflection/debian/control index 065340835..8aa0cd375 100644 --- a/p/haskell-reflection/debian/control +++ b/p/haskell-reflection/debian/control @@ -3,25 +3,24 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.or 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, -Build-Depends-Indep: ghc-doc, + haskell-devscripts (>= 0.10), +Build-Depends-Indep: ghc-doc Standards-Version: 3.9.8 Homepage: http://github.com/ekmett/reflection -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-reflection Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git Package: libghc-reflection-dev Architecture: any -Depends: ${haskell:Depends}, - ${shlibs:Depends}, - ${misc:Depends}, -Recommends: ${haskell:Recommends}, -Suggests: ${haskell:Suggests}, -Provides: ${haskell:Provides}, +Depends: ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends} +Recommends: ${haskell:Recommends} +Suggests: ${haskell:Suggests} +Provides: ${haskell:Provides} Description: reifies arbitrary terms into types that can be reflected back into terms${haskell:ShortBlurb} This package provides an implementation of the ideas presented in the paper "Functional Pearl: Implicit Configurations" by Oleg Kiselyov and @@ -32,11 +31,10 @@ Description: reifies arbitrary terms into types that can be reflected back into Package: libghc-reflection-prof Architecture: any -Depends: ${haskell:Depends}, - ${misc:Depends}, -Recommends: ${haskell:Recommends}, -Suggests: ${haskell:Suggests}, -Provides: ${haskell:Provides}, +Depends: ${haskell:Depends}, ${misc:Depends} +Recommends: ${haskell:Recommends} +Suggests: ${haskell:Suggests} +Provides: ${haskell:Provides} Description: reifies arbitrary terms into types that can be reflected${haskell:ShortBlurb} This package provides an implementation of the ideas presented in the paper "Functional Pearl: Implicit Configurations" by Oleg Kiselyov and @@ -48,10 +46,9 @@ Description: reifies arbitrary terms into types that can be reflected${haskell:S Package: libghc-reflection-doc Architecture: all Section: doc -Depends: ${misc:Depends}, - ${haskell:Depends}, -Recommends: ${haskell:Recommends}, -Suggests: ${haskell:Suggests}, +Depends: ${haskell:Depends}, ${misc:Depends} +Recommends: ${haskell:Recommends} +Suggests: ${haskell:Suggests} Description: reifies arbitrary terms into types that can be reflected${haskell:ShortBlurb} This package provides an implementation of the ideas presented in the paper "Functional Pearl: Implicit Configurations" by Oleg Kiselyov and |
