Skip to content

Commit f9022b4

Browse files
committed
Add upper bounds to dependencies
1 parent e125cb3 commit f9022b4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

matlab.cabal

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

2626
Library
27-
Build-depends: base, unix, array, filepath, Cabal
27+
Build-depends: base >= 4 && < 5,
28+
unix < 2.8,
29+
array < 0.6,
30+
filepath < 1.4,
31+
Cabal < 1.21
2832
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
2933
if flag(engine)
3034
Exposed-modules: Foreign.Matlab.Engine

0 commit comments

Comments
 (0)