diff options
| author | Clint Adams <clint@debian.org> | 2016-10-14 14:26:41 -0400 |
|---|---|---|
| committer | Clint Adams <clint@debian.org> | 2016-10-14 14:26:41 -0400 |
| commit | 9e9083bb46e7156c310f36e1b3af12dd7a7fcd27 (patch) | |
| tree | 8b783d0fd192517d078421fb204b7c6189a29fa4 /p/haskell-th-reify-compat/debian | |
| parent | 94d2bf3c0eff8f7394ae9d9af496c3ba4af45257 (diff) | |
| download | DHG_packages-9e9083bb46e7156c310f36e1b3af12dd7a7fcd27.tar.gz | |
th-reify-compat: build with ghc 8 in experimental
Diffstat (limited to 'p/haskell-th-reify-compat/debian')
| -rw-r--r-- | p/haskell-th-reify-compat/debian/changelog | 6 | ||||
| -rw-r--r-- | p/haskell-th-reify-compat/debian/control | 41 |
2 files changed, 25 insertions, 22 deletions
diff --git a/p/haskell-th-reify-compat/debian/changelog b/p/haskell-th-reify-compat/debian/changelog index 4b9e518e0..0d1fb4892 100644 --- a/p/haskell-th-reify-compat/debian/changelog +++ b/p/haskell-th-reify-compat/debian/changelog @@ -1,3 +1,9 @@ +haskell-th-reify-compat (0.0.1.1-2) experimental; urgency=medium + + * Temporarily build-depend on ghc 8. + + -- Clint Adams <clint@debian.org> Fri, 14 Oct 2016 14:26:26 -0400 + haskell-th-reify-compat (0.0.1.1-1) unstable; urgency=low * Initial release (Closes: #832640) diff --git a/p/haskell-th-reify-compat/debian/control b/p/haskell-th-reify-compat/debian/control index 3ece2d1d1..7e44492a4 100644 --- a/p/haskell-th-reify-compat/debian/control +++ b/p/haskell-th-reify-compat/debian/control @@ -3,12 +3,13 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.or Uploaders: Kei Hibino <ex8k.hibino@gmail.com> Priority: extra Section: haskell -Build-Depends: debhelper (>= 9), - haskell-devscripts (>= 0.9), +Build-Depends: cdbs, - ghc, + debhelper (>= 9), + ghc (>= 8), ghc-prof, -Build-Depends-Indep: ghc-doc, + haskell-devscripts (>= 0.9), +Build-Depends-Indep: ghc-doc Standards-Version: 3.9.8 Homepage: http://github.com/khibino/haskell-th-reify-compat/ Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-th-reify-compat @@ -19,13 +20,11 @@ X-Description: compatibility for the result type of TH reify Package: libghc-th-reify-compat-dev Architecture: any -Depends: ${haskell:Depends}, - ${misc:Depends}, - ${shlibs:Depends}, -Recommends: ${haskell:Recommends}, -Suggests: ${haskell:Suggests}, -Conflicts: ${haskell:Conflicts}, -Provides: ${haskell:Provides}, +Depends: ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends} +Recommends: ${haskell:Recommends} +Suggests: ${haskell:Suggests} +Conflicts: ${haskell:Conflicts} +Provides: ${haskell:Provides} Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . @@ -33,12 +32,11 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb} Package: libghc-th-reify-compat-prof Architecture: any -Depends: ${haskell:Depends}, - ${misc:Depends}, -Recommends: ${haskell:Recommends}, -Suggests: ${haskell:Suggests}, -Conflicts: ${haskell:Conflicts}, -Provides: ${haskell:Provides}, +Depends: ${haskell:Depends}, ${misc:Depends} +Recommends: ${haskell:Recommends} +Suggests: ${haskell:Suggests} +Conflicts: ${haskell:Conflicts} +Provides: ${haskell:Provides} Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . @@ -47,11 +45,10 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb} Package: libghc-th-reify-compat-doc Architecture: all Section: doc -Depends: ${haskell:Depends}, - ${misc:Depends}, -Recommends: ${haskell:Recommends}, -Suggests: ${haskell:Suggests}, -Conflicts: ${haskell:Conflicts}, +Depends: ${haskell:Depends}, ${misc:Depends} +Recommends: ${haskell:Recommends} +Suggests: ${haskell:Suggests} +Conflicts: ${haskell:Conflicts} Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . |
