Skip to content

Commit 5c4ca0a

Browse files
committed
Bump version to 0.2 and add cabal information
1 parent 04484a7 commit 5c4ca0a

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

matlab.cabal

+13-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: matlab
2-
Version: 0.1.1.3
2+
Version: 0.2.0.0
33
Cabal-Version: >= 1.10
44
Author: Dylan Simon, Ben Sherman
55
Maintainer: Ben Sherman <[email protected]>
@@ -20,6 +20,8 @@ Description:
2020
.
2121
> cabal install --extra-lib-dirs="/usr/local/MATLAB/R2014a/bin/glnxa64/" --extra-include-dirs="/usr/local/MATLAB/R2014a/extern/include/"
2222
Category: Foreign,Math
23+
Bug-reports: https://github.com/bmsherman/haskell-matlab/issues
24+
2325
build-type: Custom
2426
tested-with: GHC == 7.8.3
2527
extra-source-files: src/Makefile src/hsmatlab.m src/hsmatlab.c src/hsc_sym.h
@@ -64,3 +66,13 @@ Library
6466
if flag(engine)
6567
Exposed-modules: Foreign.Matlab.Engine
6668
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+

0 commit comments

Comments
 (0)