
Cannot retrieve the latest commit at this time.
Type | Name | Latest commit message | Commit time |
---|---|---|---|
.. | |||
Failed to load latest commit information. | |||
![]() |
lib | ||
![]() |
src | ||
![]() |
test | ||
![]() |
.ghci | ||
![]() |
.gitignore | ||
![]() |
Makefile | ||
![]() |
README | ||
![]() |
stack.yaml | ||
![]() |
trellys-core.cabal |
README
Dependencies ============ - Default `cabal install` directory on $PATH (~/.cabal/bin for default "per-user" Cabal setup). Install ======= Do `make` to install trellys locally. A trellys binary is linked to ./test/trellys, the only place you're expected to run it. NB: this does *not* put a trellys binary on your $PATH, so if you have one, then it's probably out of date. Do `make install` to install trellys globally. Plain `make` is preferred, but `make install` should work on broken Cygwin setups where plain `make` fails. Install Trouble? ================ After major changes, e.g. a GHC version upgrade, you may have to delete the ./cabal-dev directory from your working copy before doing a fresh `make`. GHCI ==== There is a ./.ghci file that sets up paths automatically, so e.g. just `ghci src/Trellys.hs` as usual. Dir Summary =========== lib: libraries maintained by others src: trellys language source test: example .trellys files