Switch to a Stackage snapshot

Pinging @chrisdone
This commit is contained in:
Michael Snoyman 2014-08-25 15:52:26 +03:00
parent ab62479cc7
commit e967185403
2 changed files with 36 additions and 34 deletions

View File

@ -130,6 +130,7 @@ makeFoundation useEcho conf = do
<$> pure (encodeUtf8 access) <$> pure (encodeUtf8 access)
<*> pure (encodeUtf8 secret) <*> pure (encodeUtf8 secret)
<*> newIORef [] <*> newIORef []
<*> pure Nothing
return $ cachedS3Store root creds bucket prefix manager return $ cachedS3Store root creds bucket prefix manager
let logger = Yesod.Core.Types.Logger loggerSet' getter let logger = Yesod.Core.Types.Logger loggerSet' getter

View File

@ -1,3 +1,4 @@
-- Stackage snapshot: http://www.stackage.org/stackage/aecbf72b568a63e86a971311fee5475f076043cc
name: stackage-server name: stackage-server
version: 0.0.0 version: 0.0.0
cabal-version: >= 1.8 cabal-version: >= 1.8
@ -70,46 +71,46 @@ library
UndecidableInstances UndecidableInstances
build-depends: build-depends:
base >= 4 && < 5 base >= 4
, yesod >= 1.2.5 && < 1.3 , yesod >= 1.2.5
, yesod-core >= 1.2.19 && < 1.3 , yesod-core >= 1.2.19
, yesod-auth >= 1.3 && < 1.4 , yesod-auth >= 1.3
, yesod-static >= 1.2 && < 1.3 , yesod-static >= 1.2
, yesod-form >= 1.3.14 && < 1.4 , yesod-form >= 1.3.14
, bytestring >= 0.9 && < 0.11 , bytestring >= 0.9
, text >= 0.11 && < 2.0 , text >= 0.11
, persistent >= 1.3.1 && < 1.4 , persistent >= 1.3.1
, persistent-postgresql >= 1.3 && < 1.4 , persistent-postgresql >= 1.3
, persistent-template >= 1.3 && < 1.4 , persistent-template >= 1.3
, template-haskell , template-haskell
, shakespeare >= 2.0 && < 2.1 , shakespeare >= 2.0
, hjsmin >= 0.1 && < 0.2 , hjsmin >= 0.1
, monad-control >= 0.3 && < 0.4 , monad-control >= 0.3
, wai-extra >= 2.1 && < 2.2 , wai-extra >= 2.1
, yaml >= 0.8 && < 0.9 , yaml >= 0.8
, http-conduit >= 2.1.2.3 && < 2.2 , http-conduit >= 2.1.2.3
, directory >= 1.1 && < 1.3 , directory >= 1.1
, warp >= 2.1 && < 2.2 , warp >= 2.1
, data-default , data-default
, aeson >= 0.6 && < 0.8 , aeson >= 0.6
, conduit >= 1.0 && < 2.0 , conduit >= 1.0
, monad-logger >= 0.3.6 && < 0.4 , monad-logger >= 0.3.6
, fast-logger >= 2.1.4 && < 2.2 , fast-logger >= 2.1.4
, wai >= 2.1 && < 2.2 , wai >= 2.1
, wai-logger >= 2.1 && < 2.2 , wai-logger >= 2.1
, classy-prelude-yesod >= 0.9.2 && < 0.9.3 , classy-prelude-yesod >= 0.9.2
, mwc-random >= 0.13 && < 0.14 , mwc-random >= 0.13
, mtl >= 2.1 && < 2.2 , mtl >= 2.1
, blaze-markup >= 0.6 && < 0.7 , blaze-markup >= 0.6
, ghc-prim , ghc-prim
, system-fileio , system-fileio
, system-filepath , system-filepath
, resourcet >= 1.1.2 , resourcet >= 1.1.2
, aws >= 0.9 && < 0.10 , aws
, conduit-extra , conduit-extra
, tar >= 0.4 && < 0.5 , tar >= 0.4
, temporary-rc >= 1.2 && < 1.3 , temporary-rc >= 1.2
, cryptohash-conduit >= 0.1.1 && < 0.2 , cryptohash-conduit >= 0.1.1
, exceptions , exceptions
, byteable , byteable
, cryptohash , cryptohash
@ -147,7 +148,7 @@ test-suite test
build-depends: base build-depends: base
, stackage-server , stackage-server
, yesod-test >= 1.2 && < 1.3 , yesod-test >= 1.2
, yesod-core , yesod-core
, yesod , yesod
, persistent , persistent