Hide a deprecation warning

This commit is contained in:
Michael Snoyman 2011-12-14 08:30:43 +02:00
parent 49f2da73ee
commit a1dc16b364

View File

@ -1,4 +1,5 @@
{-# LANGUAGE TemplateHaskell #-}
{-# OPTIONS_GHC -fno-warn-warnings-deprecations #-}
module Yesod.Core
( -- * Type classes
Yesod (..)