-
Notifications
You must be signed in to change notification settings - Fork 2
/
chebApprox.cabal
45 lines (42 loc) · 1.44 KB
/
chebApprox.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
name: chebApprox
version: 0.1.0.0
synopsis: Function approximation
homepage: https://github.com/DeifiliaTo/chebApprox
license: BSD3
license-file: LICENSE
author: Deifilia To
maintainer: deifilia.to@gmail.com
category: Math
build-type: Simple
extra-source-files: README.md
cabal-version: >=1.10
library
exposed-modules: ChebApproxAcc, ChebTypingAcc, ChebMath, HedgehogTest
hs-source-dirs: src
build-depends: base >=4.12 && <4.13,
accelerate,
accelerate-llvm-native,
hedgehog,
tasty-hedgehog,
tasty,
clock,
formatting,
vector
default-language: Haskell2010
executable test
main-is: Test.hs
hs-source-dirs: test
build-depends: base >=4.12 && <4.13,
HUnit,
accelerate,
accelerate-fft,
accelerate-llvm-native,
chebApprox,
lens-accelerate,
diagrams-lib,
diagrams-cairo,
Chart,
Chart-cairo,
Chart-diagrams
default-language: Haskell2010
-- vim: nospell