-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathrobotone.cabal
executable file
·51 lines (44 loc) · 1.89 KB
/
robotone.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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
name: robotone
version: 0.1.0.0
synopsis: Initial project template from stack
description: Please see README.md
homepage: https://github.com/githubuser/robotone#readme
license: BSD3
license-file: LICENSE
author: Author name here
maintainer: [email protected]
copyright: 2016 Author name here
category: Web
build-type: Simple
extra-source-files: README.md
cabal-version: >=1.10
library
hs-source-dirs: src
exposed-modules: Writeup Types TidyingMoves TexBase Tex TestData TestData2
Suspension RobotM Rename Printing Parser Move Match Library
Expansion DeletionMoves ApplyingMoves
build-depends: base >= 4.7 && < 5, containers, mtl, parsec, logict, QuickCheck, transformers
default-language: Haskell2010
executable robotone-exe
hs-source-dirs: app
main-is: Main.hs
build-depends: base, robotone, containers, mtl, transformers, logict
default-language: Haskell2010
-- executable robotone
-- build-depends: QuickCheck -any, base -any, containers -any,
-- logict -any, mtl -any, parsec -any, transformers -any
-- main-is: Main.hs
-- buildable: True
-- hs-source-dirs: src
-- other-modules: Writeup Types TidyingMoves TexBase Tex TestData TestData2
-- Suspension RobotM Rename Printing Parser Move Match Library
-- Expansion DeletionMoves ApplyingMoves
-- ghc-options: -fwarn-unused-binds
-- test-suite test-robotone
-- build-depends: QuickCheck -any, base -any, containers -any,
-- logict -any, mtl -any, parsec -any, transformers -any
-- type: exitcode-stdio-1.0
-- main-is: Main.hs
-- buildable: True
-- cpp-options: -DMAIN_FUNCTION=testMain
-- hs-source-dirs: src