-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetlan.cabal
31 lines (29 loc) · 922 Bytes
/
setlan.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
25
26
27
28
29
30
31
-- Initial setlan.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: setlan
version: 0.1.0.0
-- synopsis:
-- description:
-- license:
-- license-file: LICENSE
author: akrmn
maintainer: [email protected]
-- copyright:
category: Language
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
executable setlan
main-is: Main.hs
other-modules: Tokens Lexer Parser
-- other-extensions:
build-depends: base >=4.7 && <4.8,
array >=0.5,
containers >=0.5.5.1,
safe >=0.3.8,
monads-tf >=0.1.0.2,
transformers >=0.4.2.0
build-tools: alex,
happy
-- hs-source-dirs:
default-language: Haskell2010