This commit is contained in:
Michael Snoyman 2012-04-26 02:26:51 +03:00
parent 4c0f523457
commit 953007735f
3 changed files with 5 additions and 3 deletions

View File

@ -1,5 +1,5 @@
name: yesod-platform
version: 1.0.3.2
version: 1.0.3.3
license: MIT
license-file: LICENSE
author: Michael Snoyman <michael@snoyman.com>
@ -119,7 +119,7 @@ library
, xml2html == 0.1.2.2
, xss-sanitize == 0.3.1.1
, yaml == 0.7.0
, yesod == 1.0.1.4
, yesod == 1.0.1.5
, yesod-auth == 1.0.2
, yesod-core == 1.0.1.1
, yesod-default == 1.0.1

View File

@ -38,7 +38,9 @@ main = do
#endif
"devel":rest -> devel isDev rest
"test":_ -> do
#ifndef WINDOWS
touch
#endif
rawSystem' cmd ["configure", "--enable-tests", "-flibrary-only"]
rawSystem' cmd ["build"]
rawSystem' cmd ["test"]

View File

@ -1,5 +1,5 @@
name: yesod
version: 1.0.1.4
version: 1.0.1.5
license: MIT
license-file: LICENSE
author: Michael Snoyman <michael@snoyman.com>