Merge remote-tracking branch 'origin/master' into yesod-1.4
This commit is contained in:
commit
4158353070
@ -1,5 +1,5 @@
|
||||
name: yesod-core
|
||||
version: 1.2.15.1
|
||||
version: 1.2.15.2
|
||||
license: MIT
|
||||
license-file: LICENSE
|
||||
author: Michael Snoyman <michael@snoyman.com>
|
||||
@ -57,7 +57,7 @@ library
|
||||
, fast-logger >= 0.2
|
||||
, wai-logger >= 0.2
|
||||
, monad-logger >= 0.3.1 && < 0.4
|
||||
, conduit >= 0.5
|
||||
, conduit >= 1.0.11
|
||||
, resourcet >= 0.4.9 && < 1.2
|
||||
, lifted-base >= 0.1.2
|
||||
, attoparsec-conduit
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
name: yesod-form
|
||||
version: 1.3.9
|
||||
version: 1.3.9.1
|
||||
license: MIT
|
||||
license-file: LICENSE
|
||||
author: Michael Snoyman <michael@snoyman.com>
|
||||
|
||||
@ -77,7 +77,7 @@ defaultMainLog load getApp = do
|
||||
} app
|
||||
where
|
||||
shouldLog' =
|
||||
#if MIN_VERSION_wai(2,1,3)
|
||||
#if MIN_VERSION_warp(2,1,3)
|
||||
Warp.defaultShouldDisplayException
|
||||
#else
|
||||
const True
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
name: yesod
|
||||
version: 1.2.5.2
|
||||
version: 1.2.5.3
|
||||
license: MIT
|
||||
license-file: LICENSE
|
||||
author: Michael Snoyman <michael@snoyman.com>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user