README
May 6, 2014 ยท View on GitHub
Language-Fortran
- Prerequisites
For Debian/Ubuntu:
sudo apt-get install ghc alex happy libghc-haskell-src-dev
- Installing
To install as a library in your Haskell build
runhaskell Setup.hs configure runhaskell Setup.hs build runhaskell Setup.hs install
OR, for local install (depending how your Haskell install is setup), try to configure using --user.
runhaskell Setup.hs configure --user