Skip to content

Commit b224850

Browse files
committed
Fix for tests on case insensitive FS (macOS)
The file `conduit.hs` looks like `Conduit.hs` to ghc and it uses it by mistake for `import Conduit`.
1 parent a1fd9de commit b224850

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

test/shell-for/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ in
4444
cp ${./pkgb/src}/*.hs .
4545
4646
printf "checking that the shell env has the dependencies...\n" >& 2
47-
${env.ghc}/bin/runghc conduit.hs
47+
${env.ghc}/bin/runghc conduit-test.hs
4848
4949
touch $out
5050
'';

0 commit comments

Comments
 (0)