[DHG_packages] 02/02: stack: Add dependencies on make and libgmp-dev

Joachim Breitner nomeata at moszumanska.debian.org
Wed Sep 2 01:51:06 UTC 2015


This is an automated email from the git hooks/post-receive script.

nomeata pushed a commit to annotated tag haskell-stack_v0.1.2.0-2
in repository DHG_packages.

commit 5d5cf8cf20c51325e9713ec6716a2233637b311d
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Tue Sep 1 18:43:02 2015 -0700

    stack: Add dependencies on make and libgmp-dev
---
 p/haskell-stack/debian/changelog | 6 ++++--
 p/haskell-stack/debian/control   | 2 ++
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/p/haskell-stack/debian/changelog b/p/haskell-stack/debian/changelog
index 9d4fa19..6256124 100644
--- a/p/haskell-stack/debian/changelog
+++ b/p/haskell-stack/debian/changelog
@@ -1,8 +1,10 @@
-haskell-stack (0.1.2.0-2) UNRELEASED; urgency=medium
+haskell-stack (0.1.2.0-2) unstable; urgency=medium
 
   * Add ${shlibs:Depends} substvar, to pull in dependency on libyaml.
+  * Add dependencies on make and libgmp-dev, so that stack setup works.
+    Thanks to Tom Fitzhenry for reporting these two issues. Closes: 797446
 
- -- Joachim Breitner <nomeata at debian.org>  Tue, 01 Sep 2015 18:39:51 -0700
+ -- Joachim Breitner <nomeata at debian.org>  Tue, 01 Sep 2015 18:43:05 -0700
 
 haskell-stack (0.1.2.0-1) unstable; urgency=low
 
diff --git a/p/haskell-stack/debian/control b/p/haskell-stack/debian/control
index 1e59d1f..1d2e04d 100644
--- a/p/haskell-stack/debian/control
+++ b/p/haskell-stack/debian/control
@@ -88,6 +88,8 @@ Section: haskell
 Depends: ${haskell:Depends},
  ${misc:Depends},
  ${shlibs:Depends},
+ make,
+ libgmp-dev,
 Recommends: ${haskell:Recommends},
 Suggests: ${haskell:Suggests},
 Conflicts: ${haskell:Conflicts},

-- 
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