Fix base and cabal version constraints

This commit is contained in:
Julian Ospald 2016-05-30 14:40:03 +02:00
parent 93cfdaa6a7
commit d13019bc83
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
1 changed files with 3 additions and 3 deletions

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,