shakespeare-js 1.0.0.3 → 1.0.0.4
raw patch · 2 files changed
+4/−2 lines, 2 filesdep ~shakespearePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: shakespeare
API changes (from Hackage documentation)
Files
- shakespeare-js.cabal +2/−2
- test/ShakespeareJsTest.hs +2/−0
shakespeare-js.cabal view
@@ -1,5 +1,5 @@ name: shakespeare-js-version: 1.0.0.3+version: 1.0.0.4 license: MIT license-file: LICENSE author: Michael Snoyman <michael@snoyman.com>@@ -29,7 +29,7 @@ library build-depends: base >= 4 && < 5- , shakespeare >= 1.0 && < 1.1+ , shakespeare >= 1.0.0.3 && < 1.1 , template-haskell , text >= 0.7 && < 0.12
test/ShakespeareJsTest.hs view
@@ -100,6 +100,8 @@ jelper "2" [quote|#{ show $ fst $ snd val }|] jelper "2" [quote|#{ show $ fst $ snd $ val}|] + it "empty file" $ jelper "" [quote||] + data Url = Home | Sub SubUrl