[Pkg-haskell-commits] [SCM] haskell-testpack branch, master, updated. debian/1.0.2-1-4-gb0d6b36

John Goerzen jgoerzen at complete.org
Fri Apr 23 15:07:33 UTC 2010


The following commit has been merged in the master branch:
commit 98e95df86e38639c27e5ae0a7aa6b956009354bf
Author: John Goerzen <jgoerzen at complete.org>
Date:   Sun Mar 12 01:26:52 2006 +0100

    Note Build-Depends on HUnit in MissingH.cabal

diff --git a/MissingH.cabal b/MissingH.cabal
index a267fa3..918a96b 100644
--- a/MissingH.cabal
+++ b/MissingH.cabal
@@ -83,7 +83,7 @@ Extensions: ExistentialQuantification, AllowOverlappingInstances,
     AllowUndecidableInstances, CPP
 Build-Depends: haskell-src, network, parsec, base,
                unix,
-               haskell98, mtl
+               haskell98, mtl, HUnit
 GHC-Options: -O2
 
 Executable: runtests
diff --git a/debian/changelog b/debian/changelog
index dc0781d..cbe17b2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+missingh (0.13.1) unstable; urgency=low
+
+  * Note Build-Depends on HUnit in MissingH.Cabal.  Closes: #356196.
+
+ -- John Goerzen <jgoerzen at complete.org>  Sat, 11 Mar 2006 12:26:03 -0600
+
 missingh (0.13.0) unstable; urgency=low
 
   * This release introduces some API changes that will affect 

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list