We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d280885 commit f657e65Copy full SHA for f657e65
day14/derivation.nix
@@ -9,7 +9,7 @@
9
10
buildPhase = ''
11
mkdir out
12
- ghc -o out/day14 Day14.hs
+ ghc -o out/day14 -O2 Day14.hs
13
'';
14
15
installPhase = ''
0 commit comments