Skip to content

Commit d3e6aea

Browse files
committed
new cabal version 1.6, submitting
darcs-hash:20081116010024-56c21-d09a8a849c1002e486989757d8b692c709a143ee
1 parent 4f250f7 commit d3e6aea

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Foreign/Matlab/Config.hs.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module Foreign.Matlab.Config (matlabPath, matlabBin, matlabArch, dllExtension) where
22

3-
import Distribution.Simple.Utils
3+
import Distribution.Simple.BuildPaths (dllExtension)
44

55
matlabPath :: FilePath
66
matlabBin :: FilePath

matlab.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
Name: matlab
22
Version: 0.1
3-
Cabal-Version: >= 1.2
3+
Cabal-Version: >= 1.6
44
Author: Dylan Simon
55
Maintainer: [email protected]
66
License: BSD3
77
Synopsis: Matlab bindings and interface
88
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).
99
Category: Foreign,Math
1010
build-type: Custom
11-
tested-with: GHC == 6.8
11+
tested-with: GHC == 6.8.3
1212
extra-source-files: configure matlab.buildinfo.in Foreign/Matlab/Config.hs.in
1313
src/Makefile.in src/hsmatlab.m src/hsmatlab.c
1414
extra-tmp-files: matlab.buildinfo Foreign/Matlab/Config.hs
@@ -23,7 +23,7 @@ Flag MCR
2323
default: False
2424

2525
Library
26-
Build-depends: base, unix, array, filepath, Cabal
26+
Build-depends: base < 4, unix, array, filepath, Cabal
2727
Exposed-modules: Foreign.Matlab, Foreign.Matlab.Types, Foreign.Matlab.Array, Foreign.Matlab.Array.Auto, Foreign.Matlab.Array.MArray, Foreign.Matlab.Array.IMX, Foreign.Matlab.Array.Able, Foreign.Matlab.MAT
2828
if flag(engine)
2929
Exposed-modules: Foreign.Matlab.Engine

0 commit comments

Comments
 (0)