forked from ekmett/linear-accelerate
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathlinear-accelerate.cabal
94 lines (79 loc) · 2.41 KB
/
linear-accelerate.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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
name: linear-accelerate
category: Accelerate, Math, Algebra
version: 0.7.0.0
license: BSD3
cabal-version: >= 1.10
license-file: LICENSE
author: Edward A. Kmett, Charles Durham, Trevor L. McDonell
maintainer: Trevor L. McDonell <trevor.mcdonell@gmail.com>
stability: provisional
homepage: http://github.com/tmcdonell/linear-accelerate/
bug-reports: http://github.com/tmcdonell/linear-accelerate/issues
copyright: Copyright (C) 2014 Edward A. Kmett
synopsis: Lifting linear vector spaces into Accelerate
description: Please see the README on GitHub at <https://github.com/tmcdonell/linear-accelerate#readme>
build-type: Custom
extra-source-files:
CHANGELOG.md
README.md
Warning.hs
source-repository head
type: git
location: git://github.com/tmcdonell/linear-accelerate.git
source-repository this
type: git
tag: v0.7.0.0
location: git://github.com/tmcdonell/linear-accelerate.git
custom-setup
setup-depends:
base >= 4 && < 5,
Cabal,
cabal-doctest >= 1 && < 1.1
library
build-depends:
base >= 4.5 && < 5
, accelerate >= 1.3
, distributive >= 0.2.2 && < 1
, lens >= 4 && < 5
, linear >= 1.15 && < 2
exposed-modules:
Data.Array.Accelerate.Linear
Data.Array.Accelerate.Linear.Conjugate
Data.Array.Accelerate.Linear.Epsilon
Data.Array.Accelerate.Linear.Matrix
Data.Array.Accelerate.Linear.Metric
Data.Array.Accelerate.Linear.Plucker
Data.Array.Accelerate.Linear.Projection
Data.Array.Accelerate.Linear.Quaternion
Data.Array.Accelerate.Linear.Trace
Data.Array.Accelerate.Linear.Type
Data.Array.Accelerate.Linear.V0
Data.Array.Accelerate.Linear.V1
Data.Array.Accelerate.Linear.V2
Data.Array.Accelerate.Linear.V3
Data.Array.Accelerate.Linear.V4
Data.Array.Accelerate.Linear.Vector
other-modules:
Data.Array.Accelerate.Linear.Lift
hs-source-dirs:
src
default-language:
Haskell2010
ghc-options:
-Wall
-fwarn-tabs
-O2
test-suite doctests
type: exitcode-stdio-1.0
hs-source-dirs: tests
main-is: doctests.hs
build-depends:
base == 4.*
, doctest >= 0.11.1 && < 0.17
, linear-accelerate
default-language:
Haskell2010
ghc-options:
-Wall
-threaded
-- vim: nospell