Skip to content

Commit b74fdc1

Browse files
committed
Update documentation
1 parent e4cc27d commit b74fdc1

File tree

3 files changed

+20
-7
lines changed

3 files changed

+20
-7
lines changed

README

Lines changed: 0 additions & 4 deletions
This file was deleted.

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
This is an updated version of Dylan Simon's
2+
[matlab](https://hackage.haskell.org/package/matlab) package which is
3+
available on Hackage. I made changes primarily to allow the package to work
4+
with newer versions of GHC and MATLAB.
5+
6+
You will probably need to some arguments that point Cabal to your MATLAB
7+
installation. For example,
8+
```
9+
cabal install --extra-lib-dirs="/usr/local/MATLAB/R2014a/bin/glnxa64/" --extra-include-dirs="/usr/local/MATLAB/R2014a/extern/include/"
10+
```
11+
12+
I have successfully used package with GHC 7.8.3, cabal-install 1.20.0.3, and
13+
MATLAB R2014a on Ubuntu 14.10. To use the package on Windows, please check out
14+
the
15+
[Windows branch](https://github.com/bmsherman/haskell-matlab/tree/windows32bit),
16+
which has a hack which fixes errors which occur otherwise
17+
(see [this issue](https://github.com/bmsherman/haskell-matlab/issues/1)).

matlab.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
Name: matlab
22
Version: 0.1.1.2
33
Cabal-Version: >= 1.10
4-
Author: Dylan Simon
5-
Maintainer: [email protected]
4+
Author: Dylan Simon, Ben Sherman
5+
Maintainer: Ben Sherman <[email protected]>
66
License: BSD3
77
Synopsis: Matlab bindings and interface
88
Description: This package aims to provide a comprehensive interface to the
99
MathWorks MATLAB(R) libraries and native data structures, including
1010
complete matrix access, MAT-format files, linking and execution of
1111
runtime libraries and engine. Requires MATLAB for full functionality
1212
or an installed Matlab Component Runtime (MCR). This has been tested
13-
with MATLAB 7.5-7.7 and might work with others.
13+
with MATLAB R2014a and might work with others.
1414
Category: Foreign,Math
1515
build-type: Custom
1616
tested-with: GHC == 7.8.3

0 commit comments

Comments
 (0)