-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhw3.cabal
57 lines (54 loc) · 1.65 KB
/
hw3.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
52
53
54
55
56
57
cabal-version: >=1.10
-- Initial package description 'HW1.cabal' generated by 'cabal init'. For
-- further documentation, see http://haskell.org/cabal/users-guide/
name: hw3
version: 0.1.0.0
-- synopsis:
-- description:
-- bug-reports:
-- license:
author: pprettysimpple
maintainer: [email protected]
-- copyright:
-- category:
build-type: Simple
library lib
exposed-modules: HW3.Base HW3.Evaluator HW3.Parser HW3.Pretty HW3.Action
hs-source-dirs: src
build-depends: base >=4.12 && <4.15
build-depends: scientific >= 0.3.6.2
, containers
, haskeline
, megaparsec
, mtl
, bytestring
, parser-combinators
, optparse-applicative
, prettyprinter
, prettyprinter-ansi-terminal
, text
, transformers
, zlib
, serialise
, directory
, time
, random >= 1.2.1
-- base >= 4.13
executable hi
main-is: Main.hs
hs-source-dirs: app
build-depends: base >=4.12 && <4.15
, lib
, megaparsec
, haskeline
, containers
-- , scientific >= 0.3.6.2
-- , containers
-- , haskeline
-- , hw3
-- , megaparsec
-- , optparse-applicative
-- , prettyprinter
-- , prettyprinter-ansi-terminal
-- , text
-- , transformers