Compare commits

..

No commits in common. "a0510eaec17eab7b69c29c28b41da2e12f49a211" and "6bc5381108c78f5cc0e6ea95a935658d4b6c5c5d" have entirely different histories.

7 changed files with 7 additions and 9 deletions

2
.gitignore vendored
View File

@ -10,5 +10,3 @@ tags
.stack-work/
.cabal-sandbox/
cabal.sandbox.config
dist-newstyle/
.ghc.environment.*

View File

@ -1,7 +0,0 @@
resolver: lts-12.1
packages:
- '.'
extra-deps:
- IfElse-0.85

View File

@ -13,6 +13,7 @@ import GHC.IO.Exception
(
IOErrorType(..)
)
import System.Process
import Utils

View File

@ -13,6 +13,7 @@ import GHC.IO.Exception
(
IOErrorType(..)
)
import System.Process
import Utils

View File

@ -13,6 +13,7 @@ import GHC.IO.Exception
(
IOErrorType(..)
)
import System.Process
import Utils

View File

@ -13,6 +13,7 @@ import GHC.IO.Exception
(
IOErrorType(..)
)
import System.Process
import Utils

View File

@ -61,6 +61,9 @@ import System.Posix.Files.ByteString
, unionFileModes
)
import qualified "unix" System.Posix.IO.ByteString as SPI
import qualified "unix-bytestring" System.Posix.IO.ByteString as SPB
baseTmpDir :: ByteString