From ced7d202be8360003d269359fdb5e854a0dc554c Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 8 Dec 2016 13:58:03 -0400 Subject: fix build with old ghc --- P2P/Protocol.hs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'P2P') diff --git a/P2P/Protocol.hs b/P2P/Protocol.hs index f51ea7f98..8aabb37d7 100644 --- a/P2P/Protocol.hs +++ b/P2P/Protocol.hs @@ -29,6 +29,8 @@ import System.Exit (ExitCode(..)) import System.IO import qualified Data.ByteString.Lazy as L import Data.Char +import Control.Applicative +import Prelude newtype Offset = Offset Integer deriving (Show) -- cgit v1.2.3