This commit is contained in:
parent
4c0f523457
commit
953007735f
@ -1,5 +1,5 @@
|
|||||||
name: yesod-platform
|
name: yesod-platform
|
||||||
version: 1.0.3.2
|
version: 1.0.3.3
|
||||||
license: MIT
|
license: MIT
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
author: Michael Snoyman <michael@snoyman.com>
|
author: Michael Snoyman <michael@snoyman.com>
|
||||||
@ -119,7 +119,7 @@ library
|
|||||||
, xml2html == 0.1.2.2
|
, xml2html == 0.1.2.2
|
||||||
, xss-sanitize == 0.3.1.1
|
, xss-sanitize == 0.3.1.1
|
||||||
, yaml == 0.7.0
|
, yaml == 0.7.0
|
||||||
, yesod == 1.0.1.4
|
, yesod == 1.0.1.5
|
||||||
, yesod-auth == 1.0.2
|
, yesod-auth == 1.0.2
|
||||||
, yesod-core == 1.0.1.1
|
, yesod-core == 1.0.1.1
|
||||||
, yesod-default == 1.0.1
|
, yesod-default == 1.0.1
|
||||||
|
|||||||
@ -38,7 +38,9 @@ main = do
|
|||||||
#endif
|
#endif
|
||||||
"devel":rest -> devel isDev rest
|
"devel":rest -> devel isDev rest
|
||||||
"test":_ -> do
|
"test":_ -> do
|
||||||
|
#ifndef WINDOWS
|
||||||
touch
|
touch
|
||||||
|
#endif
|
||||||
rawSystem' cmd ["configure", "--enable-tests", "-flibrary-only"]
|
rawSystem' cmd ["configure", "--enable-tests", "-flibrary-only"]
|
||||||
rawSystem' cmd ["build"]
|
rawSystem' cmd ["build"]
|
||||||
rawSystem' cmd ["test"]
|
rawSystem' cmd ["test"]
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
name: yesod
|
name: yesod
|
||||||
version: 1.0.1.4
|
version: 1.0.1.5
|
||||||
license: MIT
|
license: MIT
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
author: Michael Snoyman <michael@snoyman.com>
|
author: Michael Snoyman <michael@snoyman.com>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user