[commit: packages/Cabal] ghc-head: Fix BuildTestSuiteDetailedV09 on case-insensitive file systems (1201f68)
git at git.haskell.org
git at git.haskell.org
Mon Aug 26 23:24:22 CEST 2013
Repository : ssh://git@git.haskell.org/Cabal
On branch : ghc-head
Link : http://git.haskell.org/?p=packages/Cabal.git;a=commit;h=1201f6871f9cad28aa3e7002c19f9b711b96d5a2
>---------------------------------------------------------------
commit 1201f6871f9cad28aa3e7002c19f9b711b96d5a2
Author: Thomas Tuegel <ttuegel at gmail.com>
Date: Sat May 4 11:27:40 2013 -0500
Fix BuildTestSuiteDetailedV09 on case-insensitive file systems
Fixes #1297 (again). Compiled object files are deleted before the detailed test
suite library is built. This is a workaround until the underlying cause is
known.
>---------------------------------------------------------------
1201f6871f9cad28aa3e7002c19f9b711b96d5a2
Cabal/tests/PackageTests/BuildTestSuiteDetailedV09/my.cabal | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Cabal/tests/PackageTests/BuildTestSuiteDetailedV09/my.cabal b/Cabal/tests/PackageTests/BuildTestSuiteDetailedV09/my.cabal
index 4ffe902..d1c429d 100644
--- a/Cabal/tests/PackageTests/BuildTestSuiteDetailedV09/my.cabal
+++ b/Cabal/tests/PackageTests/BuildTestSuiteDetailedV09/my.cabal
@@ -13,7 +13,7 @@ Library
exposed-modules: Dummy
build-depends: base, Cabal
-test-suite dummy
+test-suite test-Dummy
type: detailed-0.9
test-module: Dummy
build-depends: base, Cabal
More information about the ghc-commits
mailing list