Fix a conditional
This commit is contained in:
parent
0d599e463a
commit
d42ba4d024
@ -77,7 +77,7 @@ defaultMainLog load getApp = do
|
|||||||
} app
|
} app
|
||||||
where
|
where
|
||||||
shouldLog' =
|
shouldLog' =
|
||||||
#if MIN_VERSION_wai(2,1,3)
|
#if MIN_VERSION_warp(2,1,3)
|
||||||
Warp.defaultShouldDisplayException
|
Warp.defaultShouldDisplayException
|
||||||
#else
|
#else
|
||||||
const True
|
const True
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
name: yesod
|
name: yesod
|
||||||
version: 1.2.5.2
|
version: 1.2.5.3
|
||||||
license: MIT
|
license: MIT
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
author: Michael Snoyman <michael@snoyman.com>
|
author: Michael Snoyman <michael@snoyman.com>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user