Compare commits

...

3 Commits

Author SHA1 Message Date
Julian Ospald a0510eaec1
Add stack.yaml 2018-07-19 13:33:55 +08:00
Julian Ospald cce2c68cab
Update .gitignore 2018-07-19 13:33:55 +08:00
Julian Ospald 3c5f06f41d
Remove redundant imports in tests 2018-07-19 13:33:55 +08:00
7 changed files with 9 additions and 7 deletions

2
.gitignore vendored
View File

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

7
stack.yaml Normal file
View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -61,9 +61,6 @@ 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