Change the way cabal-helper is built a bit

This commit is contained in:
Daniel Gröber
2015-03-04 16:45:26 +01:00
parent 82bb0090c0
commit bc71877dcf
9 changed files with 314 additions and 173 deletions

View File

@@ -24,7 +24,6 @@ import Data.List
import Data.Char
import Data.Maybe
import Data.Traversable (traverse)
import Types
import System.Directory
import System.FilePath
import System.IO.Unsafe