Skip to content

Commit

Permalink
Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ajnsit committed Apr 17, 2017
1 parent 438678e commit 54060d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/unrouted/src/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import Network.Wai.Handler.Warp
main :: IO ()
main = do
-- Global state
times <- liftIO $ newIORef 0
times <- liftIO $ newIORef (0::Int)

-- We create a global vault key to store the counter
-- This key is only created once when the application starts
Expand Down

0 comments on commit 54060d5

Please sign in to comment.