Skip to content

Commit

Permalink
Update dependencies (#16)
Browse files Browse the repository at this point in the history
Signed-off-by: Sascha Grunert <mail@saschagrunert.de>
  • Loading branch information
saschagrunert committed Jun 15, 2019
1 parent eeb982e commit 4f9b81c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions nix/nixpkgs.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"url": "https://github.com/nixos/nixpkgs",
"rev": "af940c1f87fedc7c90b61ec264220c3f003126c4",
"date": "2019-06-07T17:50:21+03:00",
"sha256": "059s6dh8x3smla692xf9bb119yaixglm14c3xan1mysl3fxq41xh",
"rev": "b2405bfcb35bf20c904dbc66a7391a36e1b54c43",
"date": "2019-06-15T13:38:59+02:00",
"sha256": "0f9vj30ykh06822zj589lpss0vivbqy0gyfn08f70pqd3d9qsi6n",
"fetchSubmodules": false
}
4 changes: 2 additions & 2 deletions src/Server.hs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ import Yesod.Default.Config2
( configSettingsYml, develMainHelper, getDevSettings
, loadYamlSettings, loadYamlSettingsArgs, makeYesodLogger
, useEnv )
import Yesod.Static ( static, staticDevel )
import qualified Yesod.Static as Y

mkYesodDispatch "App" resourcesApp

Expand Down Expand Up @@ -93,7 +93,7 @@ makeFoundation :: AppSettings -> IO App
makeFoundation settings = do
httpManager <- getGlobalManager
logger <- newStdoutLoggerSet defaultBufSize >>= makeYesodLogger
stat <- (if settings ^. appMutableStatic then staticDevel else static) $
stat <- (if settings ^. appMutableStatic then Y.staticDevel else Y.static) $
settings ^. appStaticDir

-- We need a log function to create a connection pool. We need a connection
Expand Down

0 comments on commit 4f9b81c

Please sign in to comment.