Added missing pragma
This commit is contained in:
parent
39f4d0c95f
commit
2b01c38d60
@ -5,6 +5,7 @@
|
||||
{-# LANGUAGE RankNTypes #-}
|
||||
{-# LANGUAGE OverloadedStrings #-}
|
||||
{-# LANGUAGE DeriveDataTypeable #-}
|
||||
{-# LANGUAGE ViewPatterns #-}
|
||||
module Yesod.Auth.Routes where
|
||||
|
||||
import Yesod.Core
|
||||
|
||||
Loading…
Reference in New Issue
Block a user