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

Commit 954d8bb

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

faucet/server/Main.hs

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import System.Remote.Monitoring (forkServer, serverMetricStore)
1919
import System.Remote.Monitoring.Statsd (forkStatsd)
2020
import System.Wlog (LoggerName (..), launchFromFile)
2121
-- import Cardano.Wallet.API.V1.Types (PaymentSource (..), WalletId(..), AccountIndex)
22-
import Pos.Util.CompileInfo (retrieveCompileTimeInfo, withCompileInfo)
22+
import Pos.Util.CompileInfo (withCompileInfo)
2323
-- import Pos.Update.Configuration (withUpdateConfiguration)
2424

2525
import Cardano.Faucet
@@ -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)