[DHG_packages] 05/05: mueval: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Mon Oct 17 00:12:54 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 55ac7c2652b0df29a15310c9b317d0721277a62f
Author: Clint Adams <clint at debian.org>
Date: Sun Oct 16 20:11:38 2016 -0400
mueval: build with ghc 8 in experimental
---
p/haskell-mueval/debian/changelog | 6 ++++
p/haskell-mueval/debian/control | 70 ++++++++++++++++++++++++---------------
2 files changed, 50 insertions(+), 26 deletions(-)
diff --git a/p/haskell-mueval/debian/changelog b/p/haskell-mueval/debian/changelog
index 323b370..40fc690 100644
--- a/p/haskell-mueval/debian/changelog
+++ b/p/haskell-mueval/debian/changelog
@@ -1,3 +1,9 @@
+haskell-mueval (0.9.1.1.2-7) experimental; urgency=medium
+
+ * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org> Sun, 16 Oct 2016 20:11:31 -0400
+
haskell-mueval (0.9.1.1.2-6) unstable; urgency=medium
[ Dmitry Bogatov ]
diff --git a/p/haskell-mueval/debian/control b/p/haskell-mueval/debian/control
index cc327aa..4d1891f 100644
--- a/p/haskell-mueval/debian/control
+++ b/p/haskell-mueval/debian/control
@@ -1,38 +1,41 @@
Source: haskell-mueval
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Joachim Breitner <nomeata at debian.org>
+Uploaders:
+ Joachim Breitner <nomeata at debian.org>,
Priority: extra
Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.10),
+Build-Depends:
cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
ghc-prof,
+ haskell-devscripts (>= 0.10),
libghc-cabal-dev,
libghc-cabal-prof,
- libghc-quickcheck2-dev,
- libghc-quickcheck2-prof,
libghc-extensible-exceptions-dev,
libghc-extensible-exceptions-prof,
libghc-hint-dev (>= 0.5.0),
libghc-hint-prof,
libghc-mtl-dev (>> 2),
libghc-mtl-prof,
+ libghc-quickcheck2-dev,
+ libghc-quickcheck2-prof,
libghc-show-dev (>= 0.3),
libghc-show-prof,
libghc-simple-reflect-dev,
libghc-simple-reflect-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-cabal-doc,
- libghc-quickcheck2-doc,
libghc-extensible-exceptions-doc,
libghc-hint-doc,
libghc-mtl-doc,
+ libghc-quickcheck2-doc,
libghc-show-doc,
libghc-simple-reflect-doc,
Standards-Version: 3.9.8
Homepage: https://github.com/gwern/mueval
-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-mueval
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
X-Description: Safely evaluate pure Haskell expressions
Mueval is a Haskell interpreter. It uses the GHC API to evaluate arbitrary
@@ -46,12 +49,16 @@ X-Description: Safely evaluate pure Haskell expressions
Package: mueval
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: Safely evaluate pure Haskell expressions - executables
Mueval is a Haskell interpreter. It uses the GHC API to evaluate arbitrary
Haskell expressions. Importantly, mueval takes many precautions to defang and
@@ -63,12 +70,16 @@ Description: Safely evaluate pure Haskell expressions - executables
Package: libghc-mueval-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: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
@@ -76,11 +87,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-mueval-prof
Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
@@ -89,10 +104,13 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-mueval-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: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
--
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