Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
Update depenencies for Yesod 1.1.
  • Loading branch information
ahodgen committed Oct 31, 2012
1 parent 0283051 commit a44fd7d
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions gitit2.cabal
Expand Up @@ -48,28 +48,28 @@ library
NoMonomorphismRestriction

build-depends: base >= 4 && < 5
-- , yesod-platform >= 1.0 && < 1.1
, yesod >= 1.0 && < 1.1
, yesod-static >= 1.0 && < 1.1
, yesod-default >= 1.0 && < 1.1
, yesod-core >= 1.0 && < 1.1
, yesod-form >= 1.0 && < 1.1
, yesod-test >= 0.2 && < 0.3
, clientsession >= 0.7.3 && < 0.8
-- , yesod-platform >= 1.1 && < 1.2
, yesod >= 1.1 && < 1.2
, yesod-static >= 1.1 && < 1.2
, yesod-default >= 1.1 && < 1.2
, yesod-core >= 1.1 && < 1.2
, yesod-form >= 1.1 && < 1.2
, yesod-test >= 0.3 && < 0.4
, clientsession >= 0.8 && < 0.9
, bytestring >= 0.9 && < 0.10
, text >= 0.11 && < 0.12
, template-haskell
, hamlet >= 1.0 && < 1.1
, hamlet >= 1.1 && < 1.2
, shakespeare-css >= 1.0 && < 1.1
, shakespeare-js >= 1.0 && < 1.1
, shakespeare-text >= 1.0 && < 1.1
, hjsmin >= 0.1 && < 0.2
, monad-control >= 0.3 && < 0.4
, wai-extra >= 1.2 && < 1.3
, yaml >= 0.7 && < 0.9
, http-conduit >= 1.4 && < 1.5
, wai-extra >= 1.3 && < 1.4
, yaml >= 0.8 && < 0.9
, http-conduit >= 1.6 && < 1.7
, directory >= 1.1 && < 1.2
, warp >= 1.2 && < 1.3
, warp >= 1.3 && < 1.4
, filepath >= 1.3 && < 1.4
, filestore >= 0.5 && < 0.6
, utf8-string >= 0.3 && < 0.4
Expand All @@ -80,7 +80,7 @@ library
, pandoc >= 1.9.3 && < 1.10
, highlighting-kate >= 0.5.0.6 && < 0.6
, xss-sanitize >= 0.3.2 && < 0.4
, yesod-newsfeed >= 1.0 && < 1.1
, yesod-newsfeed >= 1.1 && < 1.2
, time >= 1.1 && < 1.5
, syb >= 0.3 && < 0.4
, directory >= 1.1 && < 1.2
Expand All @@ -95,13 +95,13 @@ executable gitit2
main-is: gitit2.hs
hs-source-dirs: src
build-depends: base >= 4 && < 5
, yesod >= 1.0 && < 1.1
, yesod-static >= 1.0 && < 1.1
, yesod >= 1.1 && < 1.2
, yesod-static >= 1.1 && < 1.2
, filestore >= 0.5 && < 0.6
, containers >= 0.4 && < 0.5
, yaml >= 0.7 && < 0.9
, yaml >= 0.8 && < 0.9
, bytestring >= 0.9 && < 1.0
, warp >= 1.2 && < 1.3
, warp >= 1.3 && < 1.4
, text >= 0.11 && < 0.12
, directory >= 1.1 && < 1.2
, network >= 2.3 && < 2.4
Expand Down

0 comments on commit a44fd7d

Please sign in to comment.