exclude buggy fast-logger

This commit is contained in:
Luite Stegeman 2012-02-01 14:21:10 +01:00
parent 9ce1e08a75
commit b039ed9118

View File

@ -113,7 +113,7 @@ executable yesod
, http-types >= 0.6.1 && < 0.7
, blaze-builder >= 0.2.1.4 && < 0.4
, filepath >= 1.1
, fast-logger >= 0.0.1 && < 0.1
, fast-logger >= 0.0.2 && < 0.1
, process
ghc-options: -Wall
if flag(threaded)