-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathue.cabal
More file actions
50 lines (48 loc) · 1.33 KB
/
ue.cabal
File metadata and controls
50 lines (48 loc) · 1.33 KB
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
name: ue
version: 0.1.0.0
synopsis: Universal command-line calculator program
homepage: https://github.com/nzentzis/ue
license: MIT
license-file: LICENSE
author: Noah Zentzis
maintainer: nzentzis@gmail.com
copyright: (c) 2017 Noah Zentzis
category: Math
build-type: Simple
extra-source-files: ChangeLog.md
cabal-version: >=1.10
executable ue
main-is: Main.hs
build-depends:
base >=4.9 && <4.10,
parsec >=3.1.11 && <3.2,
transformers >=0.5.4.0 && <0.6,
lens >=4.15.2 && <4.16,
QuickCheck >=2.9.2 && <2.10,
vty >=5.15.1 && <5.16,
haskeline >=0.7.4.0 && <0.8
hs-source-dirs: src
default-language: Haskell2010
test-suite symbolic-reduction
default-language: Haskell2010
type: detailed-0.9
hs-source-dirs: src
test-module: Math.Rewrite.Test
other-modules:
Data.Expression
Data.Units.Types
Data.Units.MKS
Data.Units.Definition
Data.Units
Data.Display
Math.Rewrite
Math.Rewrite.Engine
Math.Rewrite.Reductions
Math.Approximate
build-depends:
Cabal,
base >=4.9 && <4.10,
parsec >=3.1.11 && <3.2,
transformers >=0.5.4.0 && <0.6,
lens >=4.15.2 && <4.16,
QuickCheck >= 2.9.2 && <2.10