Fix some CPP

This commit is contained in:
Michael Snoyman 2014-04-09 07:40:38 +03:00
parent 41054cc171
commit 5a24477316
2 changed files with 3 additions and 3 deletions

View File

@ -175,8 +175,8 @@ warp port site = do
} }
where where
shouldLog' = shouldLog' =
#if MIN_VERSION_wai(2,1,3) #if MIN_VERSION_warp(2,1,3)
Warp.defaultShouldDisplayException Network.Wai.Handler.Warp.defaultShouldDisplayException
#else #else
const True const True
#endif #endif

View File

@ -1,5 +1,5 @@
name: yesod-core name: yesod-core
version: 1.2.11 version: 1.2.11.1
license: MIT license: MIT
license-file: LICENSE license-file: LICENSE
author: Michael Snoyman <michael@snoyman.com> author: Michael Snoyman <michael@snoyman.com>