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

Commit

Permalink
Update for network-transport changes
Browse files Browse the repository at this point in the history
  • Loading branch information
avieth authored and flyingleafe committed Mar 1, 2017
1 parent 35286c9 commit e50dde9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Pos/Launcher/Runner.hs
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ createTransport ip port = do
, TCP.tcpNewQDisc = fairQDisc
})
transportE <-
liftIO $ TCP.createTransport "0.0.0.0" ip (show port) tcpParams
liftIO $ TCP.createTransport "0.0.0.0" (show port) ((,) ip) tcpParams
case transportE of
Left e -> do
logError $ sformat ("Error creating TCP transport: " % shown) e
Expand Down
6 changes: 3 additions & 3 deletions stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,16 @@ packages:
extra-dep: true
- location:
git: https://github.com/serokell/time-warp-nt.git
commit: b913bfc698fd2927ee5031826688eb7245906e6d
commit: d051eb3256662c4e542a42d43dea5637bce443f8
extra-dep: true
# These two are needed for time-warp-nt
- location:
git: https://github.com/avieth/network-transport-tcp
commit: d2705abd5b54707ca97b5bf9c9c24005e800ee49
commit: 1739cc6d5c73257201e5551088f4ba56d5ede15c
extra-dep: true
- location:
git: https://github.com/avieth/network-transport
commit: e7a5f44d0d98370d16df103c9dc61ef7bf15aee8
commit: f2321a103f53f51d36c99383132e3ffa3ef1c401
extra-dep: true

nix:
Expand Down

0 comments on commit e50dde9

Please sign in to comment.