@hackage Emping0.1
derives heuristic rules from nominal data
Installation
CustomDependencies (0)
Dependents (1)
@hackage/acme-everything
The preferred way to install emping is through Cabal, for example:
$ runhaskell Setup.lhs configure --prefix=$HOME $ runhaskell Setup.lhs build $ runhaskell Setup.lhs install
where the commands might need to follow: /usr/bin/env depending on your settings.
You might want to look at: http://www.haskell.org/haskellwiki/How_to_write_a_Haskell_program
and/or the cabal documentation at: http://www.haskell.org/ghc/docs/latest/html/Cabal/index.html
for more information.
Or, put the the source files in a directory of your choice and compile them with:
ghc --make Main.hs -o emping
where ghc is the Haskell compiler and emping is the executable.