Workaround for #545

This commit is contained in:
Michael Snoyman 2013-05-03 08:44:23 +03:00
parent 3e7d4eeaa2
commit 1bcc05aee7

View File

@ -1,5 +1,5 @@
name: yesod-core
version: 1.2.0.1
version: 1.2.0.2
license: MIT
license-file: LICENSE
author: Michael Snoyman <michael@snoyman.com>
@ -87,6 +87,9 @@ library
Yesod.Core.Class.Breadcrumbs
Paths_yesod_core
ghc-options: -Wall
-- Following line added due to: https://github.com/yesodweb/yesod/issues/545
-- This looks like a GHC bug
extensions: MultiParamTypeClasses
test-suite tests
type: exitcode-stdio-1.0