[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:24:59 UTC 2010


The following commit has been merged in the master branch:
commit 58e365792760ebe7e88732cde75b37f09cebd1cd
Author: John Goerzen <jgoerzen at complete.org>
Date:   Sat Jan 31 22:12:37 2009 -0600

    Syntax fix

diff --git a/testpack.cabal b/testpack.cabal
index f45c943..77cc515 100644
--- a/testpack.cabal
+++ b/testpack.cabal
@@ -32,11 +32,10 @@ Library
 
  Extensions: ExistentialQuantification
 
-  -- Hack for cabal-install weirdness.  cabal-install forces base 3,
-  -- though it works fine for Setup.lhs manually.  Fix.
-  if impl(ghc >= 6.9)
-     build-depends: base >= 4
-
+ -- Hack for cabal-install weirdness.  cabal-install forces base 3,
+ -- though it works fine for Setup.lhs manually.  Fix.
+ if impl(ghc >= 6.9)
+    build-depends: base >= 4
 
  Build-Depends: base,
                haskell98, mtl, HUnit, 

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list