1
Fork 0
mirror of https://github.com/Jaxan/nominal-lstar.git synced 2025-04-27 14:47:45 +02:00
nominal-lstar/NominalAngluin.cabal
Joshua Moerman 9ee755117e Adds ways to control strictness.
Increases efficiency by 1.5x (if used in observation table)
2016-06-22 17:27:35 +02:00

30 lines
787 B
Text

-- Initial NominalAngluin.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: NominalAngluin
version: 0.1.0.0
-- synopsis:
-- description:
-- license:
license-file: LICENSE
author: Joshua Moerman
maintainer: lakseru@gmail.com
-- copyright:
-- category:
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
executable NominalAngluin
main-is: Main.hs
-- other-modules:
-- other-extensions:
build-depends:
base >=4.8 && <4.9,
containers,
deepseq,
haskeline,
mtl,
NLambda
hs-source-dirs: src
default-language: Haskell2010