Version bumps
This commit is contained in:
parent
3132bd5c80
commit
66ff096898
7
full-test.sh
Executable file
7
full-test.sh
Executable file
@ -0,0 +1,7 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
cabal clean && cabal install && rm -rf foobar && \
|
||||||
|
yesod < input-sqlite && cd foobar && cabal install && cd .. && \
|
||||||
|
yesod < input-postgres && cd foobar && cabal install && cd .. && \
|
||||||
|
# yesod < input-mini && cd foobar && cabal install && cd .. && \
|
||||||
|
rm -rf foobar
|
||||||
5
input-mini
Normal file
5
input-mini
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
Michael
|
||||||
|
foobar
|
||||||
|
|
||||||
|
Foobar
|
||||||
|
m
|
||||||
5
input-postgres
Normal file
5
input-postgres
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
Michael
|
||||||
|
foobar
|
||||||
|
|
||||||
|
Foobar
|
||||||
|
p
|
||||||
5
input-sqlite
Normal file
5
input-sqlite
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
Michael
|
||||||
|
foobar
|
||||||
|
|
||||||
|
Foobar
|
||||||
|
s
|
||||||
@ -1,6 +1,6 @@
|
|||||||
{-# LANGUAGE QuasiQuotes, TemplateHaskell, TypeFamilies #-}
|
{-# LANGUAGE QuasiQuotes, TemplateHaskell, TypeFamilies #-}
|
||||||
module StaticFiles where
|
module StaticFiles where
|
||||||
import Yesod
|
|
||||||
import Yesod.Helpers.Static
|
import Yesod.Helpers.Static
|
||||||
|
|
||||||
-- | This generates easy references to files in the static directory at compile time.
|
-- | This generates easy references to files in the static directory at compile time.
|
||||||
|
|||||||
@ -30,7 +30,7 @@ executable ~project~-test
|
|||||||
, bytestring
|
, bytestring
|
||||||
, text
|
, text
|
||||||
, persistent
|
, persistent
|
||||||
, persistent-~lower~
|
, persistent-~lower~ >= 0.4 && < 0.5
|
||||||
, template-haskell
|
, template-haskell
|
||||||
, hamlet
|
, hamlet
|
||||||
, web-routes
|
, web-routes
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
name: yesod
|
name: yesod
|
||||||
version: 0.7.2
|
version: 0.7.3
|
||||||
license: BSD3
|
license: BSD3
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
author: Michael Snoyman <michael@snoyman.com>
|
author: Michael Snoyman <michael@snoyman.com>
|
||||||
@ -34,10 +34,10 @@ library
|
|||||||
, transformers >= 0.2 && < 0.3
|
, transformers >= 0.2 && < 0.3
|
||||||
, wai >= 0.3 && < 0.4
|
, wai >= 0.3 && < 0.4
|
||||||
, wai-extra >= 0.3.2 && < 0.4
|
, wai-extra >= 0.3.2 && < 0.4
|
||||||
, hamlet >= 0.7.1 && < 0.8
|
, hamlet >= 0.7.3 && < 0.8
|
||||||
, warp >= 0.3.2.1 && < 0.4
|
, warp >= 0.3.3 && < 0.4
|
||||||
, mime-mail >= 0.1.0.1 && < 0.2
|
, mime-mail >= 0.1.0.1 && < 0.2
|
||||||
, hjsmin >= 0.0.12 && < 0.1
|
, hjsmin >= 0.0.13 && < 0.1
|
||||||
exposed-modules: Yesod
|
exposed-modules: Yesod
|
||||||
ghc-options: -Wall
|
ghc-options: -Wall
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user