[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:08:15 UTC 2010


The following commit has been merged in the master branch:
commit 7b95e3a5390c6f77a984561acdf0bbb6f16839bb
Author: John Goerzen <jgoerzen at complete.org>
Date:   Wed Apr 5 20:24:10 2006 +0100

    Removed duplicate dep on HUnit

diff --git a/MissingH.cabal b/MissingH.cabal
index 615f473..c7b7848 100644
--- a/MissingH.cabal
+++ b/MissingH.cabal
@@ -82,7 +82,7 @@ Exposed-Modules: MissingH.Str, MissingH.IO, MissingH.IO.Binary, MissingH.List,
 Extensions: ExistentialQuantification, AllowOverlappingInstances,
     AllowUndecidableInstances, CPP
 Build-Depends: haskell-src, network, parsec, base,
-               unix, HUnit,
+               unix,
                haskell98, mtl, HUnit
 GHC-Options: -O2
 

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list