Skip to content

Commit 3b12011

Browse files
committed
explicit base 4.* dependency
Ignore-this: 4d6e714d2c4fec0e3e52231ba7442745 darcs-hash:20110614235606-56c21-686796eeaf710194df12f33b37d6b32bbc83a4c1
1 parent 6128d8b commit 3b12011

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

matlab.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Flag MCR
2424
default: False
2525

2626
Library
27-
Build-depends: base, unix, array, filepath, Cabal
27+
Build-depends: base == 4.*, unix, array, filepath, Cabal
2828
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
2929
if flag(engine)
3030
Exposed-modules: Foreign.Matlab.Engine

0 commit comments

Comments
 (0)