-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHatlab.cabal
More file actions
35 lines (33 loc) · 1.09 KB
/
Hatlab.cabal
File metadata and controls
35 lines (33 loc) · 1.09 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
name: Hatlab
version: 0.2.2
-- homepage: http://github.com/githubuser/Hatlab#readme
-- license: BSD3
-- license-file: LICENSE
author: Björn von Sydow
-- maintainer: example@example.com
-- copyright: 2015 Author Here
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
library
hs-source-dirs: src, .
exposed-modules: Hatlab.Plot,
Hatlab.Relations,
Hatlab.ParametricCurves,
Hatlab.Derivatives,
Hatlab.Expression,
Hatlab.Expression.Uniplate
Examples.Shapes,
Examples.Parametric,
Examples.Sets
build-depends: base >= 4.7 && < 5
, vector
, process
, uniplate
default-language: Haskell2010
test-suite tests
type: exitcode-stdio-1.0
build-depends: base
, Hatlab
, QuickCheck
main-is: tests/Tests.hs