Skip to content
This repository was archived by the owner on Aug 18, 2020. It is now read-only.

Commit 93099fd

Browse files
committed
[DEVOPS-834] faucet: Update withCompileInfo invocation
withCompileInfo signature was changed in 29d25ba.
1 parent 47ee02e commit 93099fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

faucet/server/Main.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ import Cardano.Faucet.Swagger
3232

3333

3434
main :: IO ()
35-
main = withCompileInfo $(retrieveCompileTimeInfo) $ do
35+
main = withCompileInfo $ do
3636
ekg <- forkServer "localhost" 8001
3737
args <- getArgs
3838
config <- case args of

0 commit comments

Comments
 (0)