Fix compatibility with protolude-0.2 (#939)
This allows the Arch Linux PostgREST package to build cleanly
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user