directory-layout-0.7.4.1: Guardfile
repl_options = \
[ "--ghc-options=-ignore-dot-ghci -DTEST"
]
guard :haskell, all_on_start: true, repl_options: repl_options do
watch(%r{test/.+Spec\.l?hs$})
watch(%r{src/.+\.l?hs$})
end
repl_options = \
[ "--ghc-options=-ignore-dot-ghci -DTEST"
]
guard :haskell, all_on_start: true, repl_options: repl_options do
watch(%r{test/.+Spec\.l?hs$})
watch(%r{src/.+\.l?hs$})
end