Add FlexibleInstances for earlier GHCs
This commit is contained in:
parent
a8184a2ee0
commit
6889d053c7
1 changed files with 2 additions and 0 deletions
|
@ -1,4 +1,6 @@
|
||||||
{-# LANGUAGE DataKinds #-}
|
{-# LANGUAGE DataKinds #-}
|
||||||
|
-- Flexible instances is necessary on GHC 8.4 and earlier
|
||||||
|
{-# LANGUAGE FlexibleInstances #-}
|
||||||
module Servant.API.Status where
|
module Servant.API.Status where
|
||||||
|
|
||||||
import Network.HTTP.Types.Status
|
import Network.HTTP.Types.Status
|
||||||
|
|
Loading…
Reference in a new issue