This commit is contained in:
Michael Snoyman 2010-09-01 08:22:43 +03:00
parent 3affc81c52
commit 67f98de1c9

View File

@ -1,5 +1,5 @@
name: yesod
version: 0.5.0.1
version: 0.5.0.2
license: BSD3
license-file: LICENSE
author: Michael Snoyman <michael@snoyman.com>
@ -28,7 +28,7 @@ library
authenticate >= 0.6.3 && < 0.7,
bytestring >= 0.9.1.4 && < 0.10,
directory >= 1 && < 1.1,
text >= 0.5 && < 0.8,
text >= 0.5 && < 0.9,
utf8-string >= 0.3.4 && < 0.4,
template-haskell >= 2.4 && < 2.5,
web-routes-quasi >= 0.6 && < 0.7,