File tree 1 file changed +13
-1
lines changed
1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change 1
1
Name : matlab
2
- Version : 0.1.1.3
2
+ Version : 0.2.0.0
3
3
Cabal-Version : >= 1.10
4
4
Author : Dylan Simon, Ben Sherman
5
5
Maintainer : Ben Sherman <
[email protected] >
@@ -20,6 +20,8 @@ Description:
20
20
.
21
21
> cabal install --extra-lib-dirs="/usr/local/MATLAB/R2014a/bin/glnxa64/" --extra-include-dirs="/usr/local/MATLAB/R2014a/extern/include/"
22
22
Category : Foreign,Math
23
+ Bug-reports : https://github.com/bmsherman/haskell-matlab/issues
24
+
23
25
build-type : Custom
24
26
tested-with : GHC == 7.8.3
25
27
extra-source-files : src/Makefile src/hsmatlab.m src/hsmatlab.c src/hsc_sym.h
@@ -64,3 +66,13 @@ Library
64
66
if flag(engine)
65
67
Exposed-modules : Foreign.Matlab.Engine
66
68
extra-libraries : eng
69
+
70
+ Source-repository head
71
+ Type : git
72
+ Location : git://github.com/bmsherman/haskell-matlab.git
73
+
74
+ Source-repository this
75
+ Type : git
76
+ Location : git://github.com/bmsherman/haskell-matlab/releases/tag/0.2.0.0.git
77
+ Tag : 0.2.0.0
78
+
You can’t perform that action at this time.
0 commit comments