tutorial: allow older ghcs in cabal file

This commit is contained in:
Sönke Hahn 2016-01-28 13:26:41 +01:00
parent df363cecb0
commit ad48c0efa6

View file

@ -21,7 +21,7 @@ library
-- , Server
-- other-modules:
-- other-extensions:
build-depends: base >=4.8 && <4.9
build-depends: base == 4.*
, text
, aeson
, blaze-html