Skip to content

Commit

Permalink
Resolved transformer package collision
Browse files Browse the repository at this point in the history
  • Loading branch information
mcandre committed Mar 29, 2011
1 parent 0e606a4 commit d8eb896
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions Makefile
@@ -1,2 +1,9 @@
main:
ghc -o behind -package hscurses behind.hs
EXECUTABLE=behind

all: behind.hs
ghc -o $(EXECUTABLE) -package hscurses -hide-package monads-tf behind.hs

clean:
rm $(EXECUTABLE)
rm *.o
rm *.hi

0 comments on commit d8eb896

Please sign in to comment.