summaryrefslogtreecommitdiff
path: root/p/haskell-stack
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2016-02-05 23:13:18 +0100
committerJoachim Breitner <mail@joachim-breitner.de>2016-02-05 23:13:18 +0100
commit7ce1ba26e01f7944ce44f8b5d79138c015002d28 (patch)
tree0d42e7f3c86e8a6c22c7c32aa0f5c011b77a8463 /p/haskell-stack
parente4ba107a9d4db840516361bafd1d54371d13c38f (diff)
downloadDHG_packages-7ce1ba26e01f7944ce44f8b5d79138c015002d28.tar.gz
stack: Install gcc and xz-utils, as suggested by Joey (Closes: 813844)
Diffstat (limited to 'p/haskell-stack')
-rw-r--r--p/haskell-stack/debian/changelog4
-rw-r--r--p/haskell-stack/debian/control2
2 files changed, 6 insertions, 0 deletions
diff --git a/p/haskell-stack/debian/changelog b/p/haskell-stack/debian/changelog
index ea2bb1a54..e7ae839da 100644
--- a/p/haskell-stack/debian/changelog
+++ b/p/haskell-stack/debian/changelog
@@ -1,7 +1,11 @@
haskell-stack (1.0.0-1) UNRELEASED; urgency=medium
+ [ Dmitry Bogatov ]
* New upstream release
+ [ Joachim Breitner ]
+ * Install gcc and xz-utils, as suggested by Joey (Closes: 813844)
+
-- Dmitry Bogatov <KAction@gnu.org> Sun, 10 Jan 2016 14:15:18 +0300
haskell-stack (0.1.10.0-1) unstable; urgency=medium
diff --git a/p/haskell-stack/debian/control b/p/haskell-stack/debian/control
index ab0874a1b..423e99103 100644
--- a/p/haskell-stack/debian/control
+++ b/p/haskell-stack/debian/control
@@ -198,6 +198,8 @@ Depends: ${haskell:Depends},
${shlibs:Depends},
make,
libgmp-dev,
+ gcc,
+ xz-utils,
Recommends: ${haskell:Recommends},
Suggests: ${haskell:Suggests},
Conflicts: ${haskell:Conflicts},