[DHG_packages] 10/101: happy: Support latest Cabal

Joachim Breitner nomeata at moszumanska.debian.org
Sun Aug 16 14:05:59 UTC 2015


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

nomeata pushed a commit to branch st3
in repository DHG_packages.

commit 7652c91ba882f94ed3f1e98cb234a349d760ddf9
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Sat Aug 15 17:13:15 2015 +0200

    happy: Support latest Cabal
---
 p/happy/debian/changelog      | 6 ++++++
 p/happy/debian/control        | 2 +-
 p/happy/debian/get_version.hs | 2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/p/happy/debian/changelog b/p/happy/debian/changelog
index 97b95a6..690d98a 100644
--- a/p/happy/debian/changelog
+++ b/p/happy/debian/changelog
@@ -1,3 +1,9 @@
+happy (1.19.5-2) UNRELEASED; urgency=medium
+
+  * Support latest Cabal
+
+ -- Joachim Breitner <nomeata at debian.org>  Sat, 15 Aug 2015 17:12:53 +0200
+
 happy (1.19.5-1) unstable; urgency=medium
 
   * New upstream release
diff --git a/p/happy/debian/control b/p/happy/debian/control
index d8e9546..841087c 100644
--- a/p/happy/debian/control
+++ b/p/happy/debian/control
@@ -9,7 +9,7 @@ Build-Depends: cdbs (>= 0.4.59),
                debhelper (>= 9),
                autoconf,
                docbook-utils,
-               ghc,
+               ghc (>= 7.10),
                docbook-xsl,
                docbook-xml,
                xsltproc,
diff --git a/p/happy/debian/get_version.hs b/p/happy/debian/get_version.hs
index e4e829e..00b9c81 100644
--- a/p/happy/debian/get_version.hs
+++ b/p/happy/debian/get_version.hs
@@ -10,6 +10,6 @@ import Distribution.Verbosity
 import Distribution.Version
 
 main :: IO ()
-main = do fp <- findPackageDesc "."
+main = do Right fp <- findPackageDesc "."
           pd <- readPackageDescription normal fp
           putStr $ showVersion $ pkgVersion $ package $ packageDescription pd

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