Prettier dep list
This commit is contained in:
parent
9101220549
commit
49a2bcea57
58
yesod.cabal
58
yesod.cabal
@ -21,35 +21,35 @@ flag buildtests
|
|||||||
default: False
|
default: False
|
||||||
|
|
||||||
library
|
library
|
||||||
build-depends: base >= 4 && < 5,
|
build-depends: base >= 4 && < 5
|
||||||
time >= 1.1.4 && < 1.3,
|
, time >= 1.1.4 && < 1.3
|
||||||
wai >= 0.2.0 && < 0.3,
|
, wai >= 0.2.0 && < 0.3
|
||||||
wai-extra >= 0.2.2 && < 0.3,
|
, wai-extra >= 0.2.2 && < 0.3
|
||||||
authenticate >= 0.6.3 && < 0.7,
|
, authenticate >= 0.6.3 && < 0.7
|
||||||
bytestring >= 0.9.1.4 && < 0.10,
|
, bytestring >= 0.9.1.4 && < 0.10
|
||||||
directory >= 1 && < 1.2,
|
, directory >= 1 && < 1.2
|
||||||
text >= 0.5 && < 0.10,
|
, text >= 0.5 && < 0.10
|
||||||
utf8-string >= 0.3.4 && < 0.4,
|
, utf8-string >= 0.3.4 && < 0.4
|
||||||
template-haskell >= 2.4 && < 2.6,
|
, template-haskell >= 2.4 && < 2.6
|
||||||
web-routes-quasi >= 0.6 && < 0.7,
|
, web-routes-quasi >= 0.6 && < 0.7
|
||||||
hamlet >= 0.5.1 && < 0.6,
|
, hamlet >= 0.5.1 && < 0.6
|
||||||
blaze-builder >= 0.1 && < 0.2,
|
, blaze-builder >= 0.1 && < 0.2
|
||||||
transformers >= 0.2 && < 0.3,
|
, transformers >= 0.2 && < 0.3
|
||||||
clientsession >= 0.4.0 && < 0.5,
|
, clientsession >= 0.4.0 && < 0.5
|
||||||
pureMD5 >= 1.1.0.0 && < 1.2,
|
, pureMD5 >= 1.1.0.0 && < 1.2
|
||||||
random >= 1.0.0.2 && < 1.1,
|
, random >= 1.0.0.2 && < 1.1
|
||||||
control-monad-attempt >= 0.3 && < 0.4,
|
, control-monad-attempt >= 0.3 && < 0.4
|
||||||
cereal >= 0.2 && < 0.3,
|
, cereal >= 0.2 && < 0.3
|
||||||
dataenc >= 0.13.0.2 && < 0.14,
|
, dataenc >= 0.13.0.2 && < 0.14
|
||||||
old-locale >= 1.0.0.2 && < 1.1,
|
, old-locale >= 1.0.0.2 && < 1.1
|
||||||
persistent >= 0.2.0 && < 0.3,
|
, persistent >= 0.2.0 && < 0.3
|
||||||
neither >= 0.0.0 && < 0.1,
|
, neither >= 0.0.0 && < 0.1
|
||||||
MonadCatchIO-transformers >= 0.2.2.0 && < 0.3,
|
, MonadCatchIO-transformers >= 0.2.2.0 && < 0.3
|
||||||
data-object >= 0.3.1 && < 0.4,
|
, data-object >= 0.3.1 && < 0.4
|
||||||
network >= 2.2.1.5 && < 2.3,
|
, network >= 2.2.1.5 && < 2.3
|
||||||
email-validate >= 0.2.5 && < 0.3,
|
, email-validate >= 0.2.5 && < 0.3
|
||||||
process >= 1.0.1 && < 1.1,
|
, process >= 1.0.1 && < 1.1
|
||||||
web-routes >= 0.23 && < 0.24
|
, web-routes >= 0.23 && < 0.24
|
||||||
exposed-modules: Yesod
|
exposed-modules: Yesod
|
||||||
Yesod.Content
|
Yesod.Content
|
||||||
Yesod.Dispatch
|
Yesod.Dispatch
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user