shakespeare 1.0 bump
This commit is contained in:
parent
b0b755cd80
commit
22cd28b8f4
@ -27,8 +27,8 @@ library
|
||||
, mime-mail >= 0.3 && < 0.5
|
||||
, blaze-html >= 0.4.1.3 && < 0.5
|
||||
, yesod-persistent >= 1.0 && < 1.1
|
||||
, hamlet >= 0.10 && < 0.11
|
||||
, shakespeare-css >= 0.10 && < 0.11
|
||||
, hamlet >= 1.0 && < 1.1
|
||||
, shakespeare-css >= 1.0 && < 1.1
|
||||
, yesod-json >= 1.0 && < 1.1
|
||||
, containers
|
||||
, unordered-containers
|
||||
|
||||
@ -54,11 +54,11 @@ library
|
||||
, text >= 0.7 && < 0.12
|
||||
, template-haskell
|
||||
, path-pieces >= 0.1 && < 0.2
|
||||
, hamlet >= 0.10.7 && < 0.11
|
||||
, shakespeare >= 0.10 && < 0.12
|
||||
, shakespeare-js >= 0.11 && < 0.12
|
||||
, shakespeare-css >= 0.10.5 && < 0.11
|
||||
, shakespeare-i18n >= 0.0 && < 0.1
|
||||
, hamlet >= 1.0 && < 1.1
|
||||
, shakespeare >= 1.0 && < 1.1
|
||||
, shakespeare-js >= 1.0 && < 1.1
|
||||
, shakespeare-css >= 1.0 && < 1.1
|
||||
, shakespeare-i18n >= 1.0 && < 1.1
|
||||
, blaze-builder >= 0.2.1.4 && < 0.4
|
||||
, transformers >= 0.2.2 && < 0.3
|
||||
, clientsession >= 0.7.3.1 && < 0.8
|
||||
|
||||
@ -26,8 +26,8 @@ library
|
||||
, transformers >= 0.2.2 && < 0.3
|
||||
, text >= 0.9
|
||||
, directory >= 1.0
|
||||
, shakespeare-css >= 0.10.5 && < 0.11
|
||||
, shakespeare-js >= 0.11 && < 0.12
|
||||
, shakespeare-css >= 1.0 && < 1.1
|
||||
, shakespeare-js >= 1.0 && < 1.1
|
||||
, template-haskell
|
||||
, yaml >= 0.6 && < 0.7
|
||||
, network-conduit >= 0.3 && < 0.4
|
||||
|
||||
@ -17,9 +17,9 @@ library
|
||||
, yesod-core >= 1.0 && < 1.1
|
||||
, yesod-persistent >= 1.0 && < 1.1
|
||||
, time >= 1.1.4
|
||||
, hamlet >= 0.10 && < 0.11
|
||||
, shakespeare-css >= 0.10 && < 0.11
|
||||
, shakespeare-js >= 0.11 && < 0.12
|
||||
, hamlet >= 1.0 && < 1.1
|
||||
, shakespeare-css >= 1.0 && < 1.1
|
||||
, shakespeare-js >= 1.0 && < 1.1
|
||||
, persistent >= 0.9 && < 0.10
|
||||
, template-haskell
|
||||
, transformers >= 0.2.2 && < 0.3
|
||||
|
||||
@ -18,7 +18,7 @@ library
|
||||
, yesod-routes >= 1.0 && < 1.1
|
||||
, aeson >= 0.5
|
||||
, text >= 0.8 && < 1.0
|
||||
, shakespeare-js >= 0.11 && < 0.12
|
||||
, shakespeare-js >= 1.0 && < 1.1
|
||||
, vector >= 0.9
|
||||
, containers >= 0.2
|
||||
, blaze-builder
|
||||
|
||||
@ -16,7 +16,7 @@ library
|
||||
build-depends: base >= 4 && < 5
|
||||
, yesod-core >= 1.0 && < 1.1
|
||||
, time >= 1.1.4
|
||||
, hamlet >= 0.10 && < 0.11
|
||||
, hamlet >= 1.0 && < 1.1
|
||||
, bytestring >= 0.9.1.4 && < 0.10
|
||||
, text >= 0.9 && < 0.12
|
||||
exposed-modules: Yesod.AtomFeed
|
||||
|
||||
@ -16,7 +16,7 @@ library
|
||||
build-depends: base >= 4 && < 5
|
||||
, yesod-core >= 1.0 && < 1.1
|
||||
, time >= 1.1.4
|
||||
, hamlet >= 0.10 && < 0.11
|
||||
, hamlet >= 1.0 && < 1.1
|
||||
exposed-modules: Yesod.Sitemap
|
||||
ghc-options: -Wall
|
||||
|
||||
|
||||
@ -89,9 +89,9 @@ library
|
||||
, wai >= 1.2 && < 1.3
|
||||
, wai-extra >= 1.2 && < 1.3
|
||||
, wai-logger >= 0.1.2
|
||||
, hamlet >= 0.10 && < 0.11
|
||||
, shakespeare-js >= 0.11 && < 0.12
|
||||
, shakespeare-css >= 0.10 && < 0.11
|
||||
, hamlet >= 1.0 && < 1.1
|
||||
, shakespeare-js >= 1.0 && < 1.1
|
||||
, shakespeare-css >= 1.0 && < 1.1
|
||||
, warp >= 1.2 && < 1.3
|
||||
, blaze-html >= 0.4.1.3 && < 0.5
|
||||
exposed-modules: Yesod
|
||||
@ -107,7 +107,7 @@ executable yesod
|
||||
cpp-options: -DWINDOWS
|
||||
build-depends: parsec >= 2.1 && < 4
|
||||
, text >= 0.11 && < 0.12
|
||||
, shakespeare-text >= 0.10 && < 0.12
|
||||
, shakespeare-text >= 1.0 && < 1.1
|
||||
, bytestring >= 0.9.1.4 && < 0.10
|
||||
, time >= 1.1.4
|
||||
, template-haskell
|
||||
|
||||
Loading…
Reference in New Issue
Block a user