Skip to content

Commit 30f1b1d

Browse files
authored
Merge pull request DeifiliaTo#4 from tmcdonell/master
2 parents 9163049 + 1f8cee0 commit 30f1b1d

File tree

5 files changed

+382
-292
lines changed

5 files changed

+382
-292
lines changed

chebApprox.cabal

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,26 +15,26 @@ library
1515
exposed-modules: ChebApproxAcc, ChebTypingAcc, ChebMath, HedgehogTest
1616
hs-source-dirs: src
1717
build-depends: base >=4.12 && <4.13,
18-
accelerate,
19-
accelerate-llvm-native,
20-
hedgehog,
18+
accelerate,
19+
accelerate-llvm-native,
20+
hedgehog,
2121
tasty-hedgehog,
22-
tasty,
23-
clock,
24-
formatting,
25-
vector
22+
tasty,
23+
clock,
24+
formatting,
25+
vector
2626
default-language: Haskell2010
2727

2828
executable test
2929
main-is: Test.hs
3030
hs-source-dirs: test
3131
build-depends: base >=4.12 && <4.13,
32-
HUnit,
32+
HUnit,
3333
accelerate,
3434
accelerate-fft,
3535
accelerate-llvm-native,
36-
chebApprox,
37-
lens-accelerate,
36+
chebApprox,
37+
lens-accelerate,
3838
diagrams-lib,
3939
diagrams-cairo,
4040
Chart,

0 commit comments

Comments
 (0)