xmonad-config/build

13 lines
196 B
Bash
Executable File

#!/bin/sh
#
# As of 0.13, xmonad --recompile will look for a custom build script.
exec stack ghc -- \
--make xmonad.hs \
-i \
-ilib \
-fforce-recomp \
-main-is main \
-v0 \
-o "$1"