Fix base and cabal version constraints
This commit is contained in:
parent
93cfdaa6a7
commit
d13019bc83
@ -30,7 +30,7 @@ library
|
||||
HSFM.Utils.MyPrelude
|
||||
|
||||
build-depends:
|
||||
base >= 4.7 && < 5,
|
||||
base >= 4.8 && < 5,
|
||||
bytestring,
|
||||
data-default,
|
||||
filepath >= 1.3.0.0,
|
||||
@ -66,8 +66,8 @@ executable hsfm-gtk
|
||||
HSFM.Utils.MyPrelude
|
||||
|
||||
build-depends:
|
||||
Cabal >= 1.22.0.0,
|
||||
base >= 4.7 && < 5,
|
||||
Cabal >= 1.24.0.0,
|
||||
base >= 4.8 && < 5,
|
||||
bytestring,
|
||||
data-default,
|
||||
filepath >= 1.3.0.0,
|
||||
|
Loading…
Reference in New Issue
Block a user