urlpath 0.0.4 → 0.0.5
raw patch · 2 files changed
+4/−1 lines, 2 files
Files
- src/UrlPath.hs +3/−0
- urlpath.cabal +1/−1
src/UrlPath.hs view
@@ -55,6 +55,9 @@ instance Url T.Text Identity where renderUrl = Identity +instance Url UrlString Identity where+ renderUrl = Identity . expandRelative+ instance Url UrlString RelativeUrl where renderUrl x = RelativeUrl $ \_ -> expandRelative x
urlpath.cabal view
@@ -1,5 +1,5 @@ Name: urlpath-Version: 0.0.4+Version: 0.0.5 Author: Athan Clark <athan.clark@gmail.com> Maintainer: Athan Clark <athan.clark@gmail.com> License: MIT