Skip to content

Commit 6889d05

Browse files
committed
Add FlexibleInstances for earlier GHCs
1 parent a8184a2 commit 6889d05

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

servant/src/Servant/API/Status.hs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{-# LANGUAGE DataKinds #-}
2+
-- Flexible instances is necessary on GHC 8.4 and earlier
3+
{-# LANGUAGE FlexibleInstances #-}
24
module Servant.API.Status where
35

46
import Network.HTTP.Types.Status

0 commit comments

Comments
 (0)