Adds back import to make GHC 7.8 happy
This commit is contained in:
@@ -17,6 +17,9 @@ module PostgREST.Auth (
|
|||||||
, tokenJWT
|
, tokenJWT
|
||||||
) where
|
) where
|
||||||
|
|
||||||
|
--line needed for ghc 7.8
|
||||||
|
import Data.Functor ((<$>))
|
||||||
|
|
||||||
import Data.Aeson (Value (..), Object)
|
import Data.Aeson (Value (..), Object)
|
||||||
import Data.Aeson.Types (emptyObject, emptyArray)
|
import Data.Aeson.Types (emptyObject, emptyArray)
|
||||||
import Data.Vector as V (null, head)
|
import Data.Vector as V (null, head)
|
||||||
|
|||||||
Reference in New Issue
Block a user