yesod-bin 1.2.9.1 → 1.2.9.2
raw patch · 2 files changed
+5/−2 lines, 2 files
Files
- Devel.hs +4/−1
- yesod-bin.cabal +1/−1
Devel.hs view
@@ -276,7 +276,10 @@ liftIO $ I.writeIORef iappPort appPort (_,_,_,ph) <- liftIO $ createProcess (proc "runghc" devArgs)- { env = Just $ ("PORT", show appPort) : ("DISPLAY_PORT", show $ develPort opts) : env0+ { env = Just $ Map.toList+ $ Map.insert "PORT" (show appPort)+ $ Map.insert "DISPLAY_PORT" (show $ develPort opts)+ $ Map.fromList env0 } derefMap <- get watchTid <- liftIO . forkIO . try_ $ flip evalStateT derefMap $ do
yesod-bin.cabal view
@@ -1,5 +1,5 @@ name: yesod-bin-version: 1.2.9.1+version: 1.2.9.2 license: MIT license-file: LICENSE author: Michael Snoyman <michael@snoyman.com>