Skip to content

Commit c94ff16

Browse files
committed
fixup! tests: Add a cabal new-build project
1 parent b6ac860 commit c94ff16

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

test/tests.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,11 @@ nix-shell $NIX_BUILD_ARGS \
6161
--run 'cd shell-for && runghc conduit.hs'
6262
echo >& 2
6363

64+
printf "*** Checking shellFor works for a cabal project...\n" >& 2
65+
nix-shell $NIX_BUILD_ARGS \
66+
--pure ./default.nix \
67+
-A shell-for.env.cabal \
68+
--run 'cd shell-for && cabal new-build all'
69+
echo >& 2
70+
6471
printf "\n*** Finished successfully\n" >& 2

0 commit comments

Comments
 (0)