ScopedTypeVariables is also needed

This commit is contained in:
Sibi Prabakaran 2017-07-13 11:17:03 +05:30
parent 4e0b084df2
commit 3cec499c85
No known key found for this signature in database
GPG Key ID: D19E3E0EBB557613

View File

@ -10,6 +10,7 @@
{-# LANGUAGE TypeFamilies #-}
{-# LANGUAGE RankNTypes #-}
{-# LANGUAGE DeriveDataTypeable #-}
{-# LANGUAGE ScopedTypeVariables #-}
---------------------------------------------------------
--
-- Module : Yesod.Handler