[DHG_packages] 05/05: pretty-show: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Sun Oct 16 05:05:04 UTC 2016
This is an automated email from the git hooks/post-receive script.
clint pushed a commit to branch experimental
in repository DHG_packages.
commit 68efbb29679994b8573c9c98af459ef307772589
Author: Clint Adams <clint at debian.org>
Date: Sun Oct 16 01:04:12 2016 -0400
pretty-show: build with ghc 8 in experimental
---
p/haskell-pretty-show/debian/changelog | 6 ++++
p/haskell-pretty-show/debian/control | 57 +++++++++++++++++++++-------------
2 files changed, 42 insertions(+), 21 deletions(-)
diff --git a/p/haskell-pretty-show/debian/changelog b/p/haskell-pretty-show/debian/changelog
index 3f48e5c..267e8a2 100644
--- a/p/haskell-pretty-show/debian/changelog
+++ b/p/haskell-pretty-show/debian/changelog
@@ -1,3 +1,9 @@
+haskell-pretty-show (1.6.12-2) experimental; urgency=medium
+
+ * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org> Sun, 16 Oct 2016 01:04:08 -0400
+
haskell-pretty-show (1.6.12-1) unstable; urgency=medium
* New upstream release
diff --git a/p/haskell-pretty-show/debian/control b/p/haskell-pretty-show/debian/control
index 2a03f41..a8e7fa0 100644
--- a/p/haskell-pretty-show/debian/control
+++ b/p/haskell-pretty-show/debian/control
@@ -1,28 +1,32 @@
Source: haskell-pretty-show
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Erik de Castro Lopo <erikd at mega-nerd.com>
+Uploaders:
+ Erik de Castro Lopo <erikd at mega-nerd.com>,
Priority: extra
Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.10),
+Build-Depends:
cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
ghc-prof,
happy,
- libghc-haskell-lexer-dev (>= 1),
+ haskell-devscripts (>= 0.10),
libghc-haskell-lexer-dev (<< 2),
+ libghc-haskell-lexer-dev (>= 1),
libghc-haskell-lexer-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-haskell-lexer-doc,
Standards-Version: 3.9.8
Homepage: http://wiki.github.com/yav/pretty-show
-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-pretty-show
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: ppsh
Architecture: any
-Depends: ${shlibs:Depends},
+Depends:
${misc:Depends},
+ ${shlibs:Depends},
Description: Program to parse and pretty print arbitrary Haskell Show output
The ppsh program takes the output of an arbitrary Haskell Show output on
stdin and pretty prints it to stdout. It uses the library provided in the
@@ -31,12 +35,16 @@ Description: Program to parse and pretty print arbitrary Haskell Show output
Package: libghc-pretty-show-dev
Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
+Depends:
+ ${haskell:Depends},
${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+ ${shlibs:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
Description: A Haskell library for pretty printing data structures${haskell:ShortBlurb}
A library that can parse derived Show instances into a generic data structure
which can then be pretty printed. For complex data structures, the pretty
@@ -46,12 +54,16 @@ Description: A Haskell library for pretty printing data structures${haskell:Shor
Package: libghc-pretty-show-prof
Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
+Depends:
+ ${haskell:Depends},
${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+ ${shlibs:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
Description: Profiling libraries for pretty printing Haskell data structures${haskell:ShortBlurb}
A library that can parse derived Show instances into a generic data structure
which can then be pretty printed. For complex data structures, the pretty
@@ -62,10 +74,13 @@ Description: Profiling libraries for pretty printing Haskell data structures${ha
Package: libghc-pretty-show-doc
Architecture: all
Section: doc
-Depends: ${misc:Depends},
+Depends:
${haskell:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+ ${misc:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
Description: Documentation for Haskell pretty printing library${haskell:ShortBlurb}
A library that can parse derived Show instances into a generic data structure
which can then be pretty printed. For complex data structures, the pretty
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git
More information about the Pkg-haskell-commits
mailing list