-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLambdaCalculus.cabal
25 lines (23 loc) · 1.04 KB
/
LambdaCalculus.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
-- Initial LambdaCalculus.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: LambdaCalculus
version: 0.1.0.0
synopsis: A library for lambda calculus with javascript client
-- description:
license: MIT
license-file: LICENSE
author: Paolo Veronelli
maintainer: [email protected]
-- copyright:
category: Web
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
executable LambdaCalculus
main-is: Client.hs
-- other-modules:
other-extensions: RecursiveDo, NoMonomorphismRestriction, FlexibleContexts
build-depends: base >=4.8 && <4.9, reflex >=0.4 && <0.5, reflex-dom >=0.3 && <0.4, parsec >=3.1 && <3.2, mtl >=2.2 && <2.3,
lens >=4.13 && <4.14, ghcjs-dom,dependent-map,dependent-sum,dependent-sum-template,containers,text,utility-ht,these
-- hs-source-dirs:
default-language: Haskell2010