Skip to content

Commit e897810

Browse files
committed
adding missing test/src files
darcs-hash:20081116011415-56c21-5a6ae9f95fb315bd6a20a286230c6ca973b43d67
1 parent d3e6aea commit e897810

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

matlab.cabal

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@ Author: Dylan Simon
55
Maintainer: [email protected]
66
License: BSD3
77
Synopsis: Matlab bindings and interface
8-
Description: This package aims to provide a comprehensive interface to the MathWorks MATLAB(R) libraries and native data structures, including complete matrix access, MAT-format files, linking and execution of runtime libraries and engine. Requires MATLAB for full functionality or an installed Matlab Component Runtime (MCR).
8+
Description: This package aims to provide a comprehensive interface to the MathWorks MATLAB(R) libraries and native data structures, including complete matrix access, MAT-format files, linking and execution of runtime libraries and engine. Requires MATLAB for full functionality or an installed Matlab Component Runtime (MCR). This has been tested with MATLAB 7.5-7.7 and might work with others.
99
Category: Foreign,Math
1010
build-type: Custom
1111
tested-with: GHC == 6.8.3
1212
extra-source-files: configure matlab.buildinfo.in Foreign/Matlab/Config.hs.in
13-
src/Makefile.in src/hsmatlab.m src/hsmatlab.c
13+
src/Makefile.in src/hsmatlab.m src/hsmatlab.c src/hsc_sym.h
14+
test/Makefile.in test/engine.hs test/runtime.hs test/generic.hs test/mtest.m test/hsmli.hs
1415
extra-tmp-files: matlab.buildinfo Foreign/Matlab/Config.hs
1516
src/Makefile
1617

0 commit comments

Comments
 (0)