Skip to content

Commit

Permalink
Fix the compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
psibi committed Oct 27, 2016
1 parent d5e27c6 commit 6f97887
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions epm/Distribution/Client/Patch.hs-boot
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,9 @@ import Distribution.Package ( PackageIdentifier )
import System.FilePath ( FilePath )
import qualified Data.ByteString.Lazy as BS

patchedTarPackageCabalFile :: FilePath -> IO (Maybe (FilePath, BS.ByteString))
patchedPackageCabalFile :: PackageIdentifier -> IO (Maybe BS.ByteString)
patchedTarPackageCabalFile :: FilePath
-> IO FilePath
-> IO (Maybe (FilePath, BS.ByteString))
patchedPackageCabalFile :: PackageIdentifier
-> IO FilePath
-> IO (Maybe BS.ByteString)

0 comments on commit 6f97887

Please sign in to comment.