-
Notifications
You must be signed in to change notification settings - Fork 40
/
Copy pathFP.cabal
35 lines (30 loc) · 863 Bytes
/
FP.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
Name: FP
Version: 0.0.11
Cabal-Version: >= 1.8
Author: Artem Konenko
Maintainer: Artem Konenko <[email protected]>
Description: Home tasks to FP cource
Stability: experimental
Build-Type: Simple
Executable class-06_genFile
Build-Depends: base
Main-Is: 01-genfile.hs
Hs-Source-Dirs: class-06
Executable class-10_ropeWalker
Build-Depends: base
Main-Is: 02-rope-walker.hs
Hs-Source-Dirs: class-10
Library
Build-Depends: base, mtl, array
Exposed-Modules: Taylor, StateQueue, STRef_sorts
Hs-Source-Dirs: class-11
Test-Suite TestStateQueue
type: detailed-0.9
test-module: TestStateQueue
Build-Depends: base, mtl, Cabal, FP
Hs-Source-Dirs: tests
Test-Suite TestTaylor
type: detailed-0.9
test-module: TestTaylor
Build-Depends: base, mtl, Cabal, FP
Hs-Source-Dirs: tests