fix build with old ghc

This commit is contained in:
Joey Hess 2016-12-08 13:58:03 -04:00
parent 44c55e2441
commit df67626cb7
No known key found for this signature in database
GPG key ID: C910D9222512E3C7

View file

@ -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)