Fix base and cabal version constraints

This commit is contained in:
2016-05-30 14:40:03 +02:00
parent 93cfdaa6a7
commit d13019bc83

View File

@@ -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,