cabal
only doing this because Data.Set is not in the stdlib
This commit is contained in:
parent
30941456a2
commit
dff5b9f365
19 changed files with 101 additions and 16 deletions
12
Makefile
12
Makefile
|
@ -1,7 +1,11 @@
|
|||
main: dirty clean
|
||||
main: ghc-dirty clean
|
||||
|
||||
dirty:
|
||||
ghc Main.hs -o logic
|
||||
ghc-dirty:
|
||||
cd lib; ghc ../src/Main.hs -o ../logic
|
||||
|
||||
clean:
|
||||
find | grep -E '\.(hi|o)$$' | xargs rm --
|
||||
find src lib test | grep -E '\.(hi|o)$$' | xargs rm --
|
||||
|
||||
cabal:
|
||||
cabal build --builddir=.cabal-build
|
||||
mv .cabal-build/build/*/*/logic-*/x/logic/build/logic/logic .
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue