Skip to content

Commit 0bda65e

Browse files
committed
links: import toUrlPiece to make it clear where it comes from
1 parent f7dc40c commit 0bda65e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

servant/src/Servant/Links.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
-- >>> :set -XDataKinds -XTypeFamilies -XTypeOperators
1818
-- >>> import Servant.API
1919
-- >>> import Servant.Links
20+
-- >>> import Web.HttpApiData (toUrlPiece)
2021
-- >>> import Data.Proxy
2122
-- >>>
2223
-- >>> type Hello = "hello" :> Get '[JSON] Int

0 commit comments

Comments
 (0)