Skip to content

Commit ff9da1c

Browse files
committed
Use GHC.TypeLits rather than TypeNats
1 parent 6889d05 commit ff9da1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

servant/src/Servant/API/Status.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
module Servant.API.Status where
55

66
import Network.HTTP.Types.Status
7-
import GHC.TypeNats
7+
import GHC.TypeLits
88

99
-- | Witness that a type-level natural number corresponds to a HTTP status code
1010
class KnownNat n => KnownStatus n where

0 commit comments

Comments
 (0)