You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: servant/src/Servant/API/UVerb.hs
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -96,6 +96,7 @@ instance HasStatus a => HasStatus (Headers ls a) where
96
96
--| WARNING: UVerb is deprecated. Please use MultiVerb instead!
97
97
--
98
98
-- A variant of 'Verb' that can have any of a number of response values and status codes.
99
+
{-# DEPRECATED UVerb "Use MultiVerb instead; if you find that `MultiVerb` doesn't allow you to do the things you're doing with `UVerb`, please [open an issue](https://github.com/haskell-servant/servant/issues)" #-}
0 commit comments