-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathhmatrix-syntax.cabal
31 lines (30 loc) · 1.08 KB
/
hmatrix-syntax.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
Name: hmatrix-syntax
Version: 0.1.2.1
Synopsis: MATLAB-like syntax for hmatrix vectors and matrices
Description:
This package uses QuasiQuotes to provide a nice syntax for hmatrix
vectors and matrices. To get started, see "Data.Packed.Syntax".
Homepage: http://github.com/reinerp/hmatrix-syntax
License: GPL-3
License-file: LICENSE
Author: Reiner Pope
Maintainer: [email protected]
-- Copyright:
Category: Math
Build-type: Simple
-- Extra-source-files:
Cabal-version: >=1.6
source-repository head
type: git
location: git://github.com/reinerp/hmatrix-syntax.git
Library
Exposed-modules: Data.Packed.Syntax
Data.Packed.Syntax.Internal
Build-depends:
base < 5,
haskell-src-exts >= 1.8 && < 1.15,
haskell-src-meta >= 0.5.1 && < 0.7,
hmatrix >= 0.13.1 && < 0.16,
template-haskell >= 2.4 && < 2.9
-- Other-modules:
-- Build-tools: