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

Move haskell libs into a subdirectory to make space for python library modules

parent cbb53ca3
No related branches found
No related tags found
No related merge requests found
Showing
with 4 additions and 2 deletions
*.pyc
*.o
*.hi
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
#!/usr/bin/env -S runhaskell --ghc-arg="-Wall" --ghc-arg="-i lib"
#!/usr/bin/env -S runhaskell --ghc-arg="-Wall" --ghc-arg="-i lib/haskell"
import System.Environment (getArgs)
import System.Script (syntax)
......
#!/usr/bin/env -S runhaskell --ghc-arg="-Wall" --ghc-arg="-i lib"
#!/usr/bin/env -S runhaskell --ghc-arg="-Wall" --ghc-arg="-i lib/haskell"
{-# LANGUAGE DeriveGeneric, ExplicitNamespaces, OverloadedStrings, ScopedTypeVariables #-}
import Control.Monad.Except (ExceptT(..), runExceptT)
......
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