Do not run tests (otherwise, HUnit becomes a dependency of the library, which
should not happen. TODO: Investigate how to avoid this, and whether this is a
Cabal bug/limitation).
Index: haskell-augeas-0.4.0/augeas.cabal
===================================================================
--- haskell-augeas-0.4.0.orig/augeas.cabal	2011-04-13 15:26:17.000000000 +0200
+++ haskell-augeas-0.4.0/augeas.cabal	2011-06-18 10:30:06.000000000 +0200
@@ -23,15 +23,3 @@
         Include-Dirs: .
         Extensions: CPP
         Pkgconfig-Depends: augeas
-
-executable "test-haskell-augeas"
-        Main-is: HUnitAug.hs
-        Build-Depends: HUnit
-        Include-Dirs: .
-        Other-Modules: System.Augeas, System.AugeasHsc
-        extra-libraries: augeas
-        GHC-options: -Wall -fwarn-dodgy-imports 
-        Extensions: CPP
-        Pkgconfig-Depends: augeas
-
-
