We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad2795f commit 195d9d0Copy full SHA for 195d9d0
test/tests.sh
@@ -24,5 +24,12 @@ printf "*** Checking that a nix-shell works for cabal...\n" >& 2
24
nix-shell --pure ./default.nix \
25
-A with-packages.test-shell \
26
--run 'echo CABAL_CONFIG=$CABAL_CONFIG && cd with-packages && cabal new-build'
27
+echo >& 2
28
+
29
+printf "*** Checking that a nix-shell works for runghc...\n" >& 2
30
+nix-shell --pure ./default.nix \
31
+ -A with-packages.test-shell \
32
+ --run 'runghc with-packages/Point.hs'
33
34
35
printf "\n*** Finished successfully\n" >& 2
0 commit comments