forked from tmoux/nominal-wyvern
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnominal-wyvern.cabal
24 lines (22 loc) · 911 Bytes
/
nominal-wyvern.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
-- Initial nominal-wyvern.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: nominal-wyvern
version: 0.1.0.0
-- synopsis:
-- description:
license: BSD3
license-file: LICENSE
author: tmoux
maintainer: [email protected]
-- copyright:
-- category:
build-type: Simple
extra-source-files: ChangeLog.md, README.md
cabal-version: >=1.10
executable nominal-wyvern
main-is: Main.hs
other-modules: Binding, Parser, PrettyPrint, RawSyntax, Syntax, TypeGraph, TypeUtil, Typecheck
other-extensions: DeriveDataTypeable
build-depends: base >=4.9, cmdargs >=0.10 && <0.11, parsec >=3.1 && <3.2, mtl >=2.2, containers >=0.5 && <0.6
hs-source-dirs: src
default-language: Haskell2010