Skip to content
Snippets Groups Projects
Commit 4a43643a authored by Alice Brenon's avatar Alice Brenon
Browse files

Fix inclusion path in haskell script

parent 997682af
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env -S runhaskell --ghc-arg="-Wall" --ghc-arg="-i lib" --ghc-arg="-fprint-potential-instances"
#!/usr/bin/env -S runhaskell --ghc-arg="-Wall" --ghc-arg="-i lib/haskell" --ghc-arg="-fprint-potential-instances"
import Data.Text as Text (Text)
import Data.Text.IO as Text (getContents, writeFile)
import System.Environment (getArgs)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment