Add UndecidableInstances to fix compile with GHC 6.12

This commit is contained in:
Luite Stegeman 2011-09-02 17:05:13 +03:00
parent bd2dc62f23
commit f4a3569d37

View File

@ -4,6 +4,7 @@
{-# LANGUAGE TemplateHaskell #-}
{-# LANGUAGE MultiParamTypeClasses #-}
{-# LANGUAGE TypeSynonymInstances #-}
{-# LANGUAGE UndecidableInstances #-}
-- | Widgets combine HTML with JS and CSS dependencies with a unique identifier
-- generator, allowing you to create truly modular HTML components.
module Yesod.Widget