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 2ebd8b9774 Made code anonymous
Also removed some vague comments
2016-07-06 21:26:03 +02:00

30 lines
768 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: Anonymous
-- maintainer:
-- 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