From 525a73a100882b8dade0e93a3ef95d81550cf51b Mon Sep 17 00:00:00 2001 From: Hugo Daniel Date: Mon, 1 Sep 2014 18:12:20 +0100 Subject: [PATCH] Update yesod-bin.cabal MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This fixes the error: [10 of 10] Compiling Main ( main.hs, dist/build/yesod/yesod-tmp/Main.o ) main.hs:192:35: Not in scope: ‘reader’ Perhaps you meant one of these: ‘header’ (imported from Options.Applicative), ‘readIO’ (imported from Prelude), ‘readLn’ (imported from Prelude) cabal: Error: some packages failed to install: yesod-bin-1.2.12.5 failed during the building phase. The exception was: ExitFailure 1 --- yesod-bin/yesod-bin.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yesod-bin/yesod-bin.cabal b/yesod-bin/yesod-bin.cabal index 5b367d7f..b6d836eb 100644 --- a/yesod-bin/yesod-bin.cabal +++ b/yesod-bin/yesod-bin.cabal @@ -74,7 +74,7 @@ executable yesod , system-fileio >= 0.3 && < 0.4 , unordered-containers , yaml >= 0.8 && < 0.9 - , optparse-applicative >= 0.5 + , optparse-applicative >= 0.5 && <= 0.9.1.1 , fsnotify >= 0.0 && < 0.2 , split >= 0.2 && < 0.3 , file-embed