We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8184a2 commit 6889d05Copy full SHA for 6889d05
servant/src/Servant/API/Status.hs
@@ -1,4 +1,6 @@
1
{-# LANGUAGE DataKinds #-}
2
+-- Flexible instances is necessary on GHC 8.4 and earlier
3
+{-# LANGUAGE FlexibleInstances #-}
4
module Servant.API.Status where
5
6
import Network.HTTP.Types.Status
0 commit comments