-
Notifications
You must be signed in to change notification settings - Fork 0
/
hypergeom.cabal
41 lines (39 loc) · 1.27 KB
/
hypergeom.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
name: hypergeom
version: 0.1.0.0
-- synopsis:
description: Hypergeometric function of a matrix argument
homepage: https://github.com/stla/hypergeom#readme
license: GPL-3
author: Stéphane Laurent
maintainer: laurent_step@yahoo.fr
copyright: 2019 Stéphane Laurent
category: Mathematics
build-type: Simple
extra-source-files: README.md
cabal-version: >=1.10
library
hs-source-dirs: src
exposed-modules: Hypergeom
, Hypergeom2
, Hypergeom3
, Hypergeom4
, Hypergeom5
, Hypergeom6
, Hypergeom7
, Hypergeom8
, Hypergeom9
, Hypergeom10
, Hypergeom11
, Hypergeom12
, Hypergeom13
build-depends: base >= 4.7 && < 5
, combinat
, array
, vector
, containers
, lens
default-language: Haskell2010
ghc-options: -Wall
source-repository head
type: git
location: https://github.com/stla/hypergeom