[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 14:59:06 UTC 2010
The following commit has been merged in the master branch:
commit 87c29d7f3d58fb8160b35f68dd481afd8c366e05
Author: John Goerzen <jgoerzen at complete.org>
Date: Mon May 16 05:45:25 2005 +0100
Added mtl to build-depends
diff --git a/MissingH.cabal b/MissingH.cabal
index f447748..7644196 100644
--- a/MissingH.cabal
+++ b/MissingH.cabal
@@ -77,7 +77,7 @@ Exposed-Modules: MissingH.IO, MissingH.IO.Binary, MissingH.List,
Extensions: ExistentialQuantification, AllowOverlappingInstances,
AllowUndecidableInstances, CPP
-- CPP extension is really only needed in FiniteMap.hs and Rfc2821.hs
-Build-Depends: haskell-src, network, unix, parsec, base, haskell98
+Build-Depends: haskell-src, network, unix, parsec, base, haskell98, mtl
GHC-Options: -O2
Executable: runtests
diff --git a/debian/changelog b/debian/changelog
index 43487f6..b09a248 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+missingh (0.11.1) unstable; urgency=low
+
+ * Added mtl to build-depends; Control.Monad.Error was moved
+ there for GHC 6.4. Closes: #309245.
+
+ -- John Goerzen <jgoerzen at complete.org> Sun, 15 May 2005 18:44:44 -0500
+
missingh (0.11.0) unstable; urgency=low
* First release with full support for GHC 6.4.
--
haskell-testpack
More information about the Pkg-haskell-commits
mailing list