mirror of
https://github.com/Jaxan/nominal-lstar.git
synced 2025-04-27 14:47:45 +02:00
63 lines
1.3 KiB
Text
63 lines
1.3 KiB
Text
name: NominalAngluin
|
|
version: 0.1.0.0
|
|
license: UnspecifiedLicense
|
|
author: Joshua Moerman
|
|
copyright: (c) 2016, Joshua Moerman
|
|
build-type: Simple
|
|
cabal-version: >=1.10
|
|
|
|
executable NominalAngluin
|
|
main-is: Main.hs
|
|
other-modules:
|
|
AbstractLStar,
|
|
Angluin,
|
|
Bollig,
|
|
Examples,
|
|
Examples.Contrived,
|
|
Examples.ContrivedNFAs,
|
|
Examples.Fifo,
|
|
Examples.RunningExample,
|
|
Examples.Stack,
|
|
NLStar,
|
|
ObservationTable,
|
|
Teacher,
|
|
Teachers.Teacher,
|
|
Teachers.Terminal,
|
|
Teachers.Whitebox
|
|
build-depends:
|
|
base >= 4.8 && < 5,
|
|
containers,
|
|
haskeline,
|
|
mtl,
|
|
NLambda >= 1.1
|
|
hs-source-dirs: src
|
|
default-language: Haskell2010
|
|
|
|
executable NominalAngluin2
|
|
ghc-options:
|
|
-O2
|
|
main-is: Main2.hs
|
|
other-modules:
|
|
AbstractLStar,
|
|
Angluin,
|
|
Bollig,
|
|
Examples,
|
|
Examples.Contrived,
|
|
Examples.ContrivedNFAs,
|
|
Examples.Fifo,
|
|
Examples.RunningExample,
|
|
Examples.Stack,
|
|
NLStar,
|
|
ObservationTable,
|
|
Teacher,
|
|
Teachers.Teacher,
|
|
Teachers.Terminal,
|
|
Teachers.Whitebox
|
|
build-depends:
|
|
base >= 4.8 && < 5,
|
|
containers,
|
|
haskeline,
|
|
mtl,
|
|
NLambda >= 1.1
|
|
hs-source-dirs: src
|
|
default-language: Haskell2010
|