-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathtermite.cabal
More file actions
25 lines (23 loc) · 880 Bytes
/
termite.cabal
File metadata and controls
25 lines (23 loc) · 880 Bytes
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 termite.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: termite
version: 0.1.0.0
-- synopsis:
-- description:
license: BSD3
license-file: LICENSE
author: Leonid Ryzhyk
maintainer: Leonid.Ryzhyk@nicta.com.au
-- copyright:
-- category:
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
executable termite
main-is: termite.hs
-- ghc-options: -O2 -prof -prof -auto-all -rtsopts
-- other-modules:
-- other-extensions:
build-depends: base >=4.6 && <4.8, directory, tsl2, synthesis, debug2, cudd, util, pretty, errors, transformers, mtl, tuple, containers, filepath
-- hs-source-dirs:
default-language: Haskell2010