Adds import needed by ghc 7.8

This commit is contained in:
Diogo Biazus
2015-10-18 20:05:34 -04:00
parent f56efeb039
commit 4e9afc8096
+3
View File
@@ -3,6 +3,9 @@
module PostgREST.Middleware where
-- needed for ghc 7.8
import Data.Functor ((<$>))
import Data.Maybe (fromMaybe, isNothing)
import Data.Monoid
import Data.Text