Fix Haskell compilation on Arch Linux.

This commit is contained in:
2017-12-27 19:10:40 +01:00
parent 2939822329
commit a751456596
3 changed files with 4 additions and 2 deletions

View File

@@ -2,4 +2,4 @@ all: solution
./$<
solution: solution.hs
ghc $< -o $@
ghc -dynamic $< -o $@