From ad48c0efa612451ca753b0c7f7df61be91bbdcbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6nke=20Hahn?= Date: Thu, 28 Jan 2016 13:26:41 +0100 Subject: [PATCH] tutorial: allow older ghcs in cabal file --- doc/tutorial/tutorial.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tutorial/tutorial.cabal b/doc/tutorial/tutorial.cabal index 628ca87f..e6ec21c9 100644 --- a/doc/tutorial/tutorial.cabal +++ b/doc/tutorial/tutorial.cabal @@ -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