-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcayley-dickson.cabal
36 lines (33 loc) · 1.28 KB
/
cayley-dickson.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
name: cayley-dickson
version: 0.3.1.0
synopsis: Complex numbers, quaternions, octonions, sedenions, etc.
description: Cayley-Dickson constructions (complex numbers, quaternions,
octonions, sedenions, etc.) over general scalars without
limit to the number of dimensions.
license: MIT
license-file: LICENSE
author: James M. Lawrence
maintainer: James M. Lawrence <[email protected]>
copyright: Copyright (c) James M. Lawrence
category: Algebra, Math
build-type: Simple
extra-source-files: README.md
cabal-version: >=1.10
homepage: https://github.com/lmj/cayley-dickson
bug-reports: https://github.com/lmj/cayley-dickson/issues
source-repository head
type: git
location: git://github.com/lmj/cayley-dickson.git
library
exposed-modules: Math.CayleyDickson
hs-source-dirs: src
build-depends: base >= 4.7 && < 5
default-language: Haskell2010
ghc-options: -Wall -O2
Test-Suite test
type: exitcode-stdio-1.0
hs-source-dirs: test, src
main-is: test.hs
build-depends: base >= 4.7 && < 5, random == 1.*
default-language: Haskell2010
ghc-options: -Wall