Fix compatibility with protolude-0.2 (#939)

This allows the Arch Linux PostgREST package to build cleanly
This commit is contained in:
Felix Yan
2017-08-14 01:36:33 -05:00
committed by Joe Nelson
parent d89937a6f3
commit 69070b64f9
6 changed files with 8 additions and 7 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ import Data.Scientific ( FPFormat (..)
, formatScientific
, isInteger
)
import Protolude hiding (from, intercalate, ord, cast)
import Protolude hiding (from, intercalate, ord, cast, replace)
import PostgREST.ApiRequest (PreferRepresentation (..))
{-| The generic query result format used by API responses. The location header