All Projects → dagit → language-fortran

dagit / language-fortran

Licence: other
Haskell parser and manipulation functions for Fortran code

Programming Languages

Bison
20 projects
haskell
3896 projects
Logos
282 projects
fortran
972 projects
Language-Fortran
-----------------------------------
0. Prerequisites

For Debian/Ubuntu:

   sudo apt-get install ghc alex happy libghc-haskell-src-dev

1. 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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].