diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-11-24 16:36:16 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-11-24 16:36:16 -0400 |
commit | deace9a2ffd38cca860ed993265785cf26f2762e (patch) | |
tree | 8f65b5511bc08a9a1fe6160c0c9bc19cd944a89e /P2P | |
parent | 63c41ea48babdf56a7eb81eb96ee9c67a8719853 (diff) |
fix build
Diffstat (limited to 'P2P')
-rw-r--r-- | P2P/IO.hs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ module P2P.IO , runNetProtoHandle ) where -import Remote.Helper.P2P +import P2P.Protocol import Utility.Process import Git import Git.Command |