[DHG_packages] 02/04: mueval: drop cabal from b-d
Clint Adams
clint at moszumanska.debian.org
Tue Oct 18 02:56:35 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 d38c293f5d9df6e549844771902b7db41df25388
Author: Clint Adams <clint at debian.org>
Date: Mon Oct 17 22:51:37 2016 -0400
mueval: drop cabal from b-d
---
p/haskell-mueval/debian/changelog | 6 ++++++
p/haskell-mueval/debian/control | 5 +----
2 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/p/haskell-mueval/debian/changelog b/p/haskell-mueval/debian/changelog
index 40fc690..9e2764e 100644
--- a/p/haskell-mueval/debian/changelog
+++ b/p/haskell-mueval/debian/changelog
@@ -1,3 +1,9 @@
+haskell-mueval (0.9.1.1.2-8) experimental; urgency=medium
+
+ * Drop cabal from build deps.
+
+ -- Clint Adams <clint at debian.org> Mon, 17 Oct 2016 22:51:09 -0400
+
haskell-mueval (0.9.1.1.2-7) experimental; urgency=medium
* Temporarily build-depend on ghc 8.
diff --git a/p/haskell-mueval/debian/control b/p/haskell-mueval/debian/control
index 4d1891f..2e94c6f 100644
--- a/p/haskell-mueval/debian/control
+++ b/p/haskell-mueval/debian/control
@@ -10,8 +10,6 @@ Build-Depends:
ghc (>= 8),
ghc-prof,
haskell-devscripts (>= 0.10),
- libghc-cabal-dev,
- libghc-cabal-prof,
libghc-extensible-exceptions-dev,
libghc-extensible-exceptions-prof,
libghc-hint-dev (>= 0.5.0),
@@ -26,7 +24,6 @@ Build-Depends:
libghc-simple-reflect-prof,
Build-Depends-Indep:
ghc-doc,
- libghc-cabal-doc,
libghc-extensible-exceptions-doc,
libghc-hint-doc,
libghc-mtl-doc,
@@ -37,7 +34,7 @@ Standards-Version: 3.9.8
Homepage: https://github.com/gwern/mueval
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
+X-Description: safely evaluate pure Haskell expressions
Mueval is a Haskell interpreter. It uses the GHC API to evaluate arbitrary
Haskell expressions. Importantly, mueval takes many precautions to defang and
avoid "evil" code. It uses resource limits, whitelisted modules and Safe
--
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