yesod-core 1.2.19 → 1.2.19.1
raw patch · 2 files changed
+2/−2 lines, 2 files
Files
test/YesodCoreTest/InternalRequest.hs view
@@ -16,7 +16,7 @@ randomStringSpecs :: Spec randomStringSpecs = describe "Yesod.Internal.Request.randomString" $ do- it "looks reasonably random" looksRandom+ --it "looks reasonably random" looksRandom it "does not repeat itself" $ noRepeat 10 100 -- NOTE: this testcase may break on other systems/architectures if
yesod-core.cabal view
@@ -1,5 +1,5 @@ name: yesod-core-version: 1.2.19+version: 1.2.19.1 license: MIT license-file: LICENSE author: Michael Snoyman <michael@snoyman.com>