add -z flag to tar

This commit is contained in:
Andrew Gibiansky 2014-01-08 19:45:19 -05:00
parent d423acb37e
commit f7410e6dbe
3 changed files with 2 additions and 3 deletions

View File

@ -101,7 +101,7 @@ executable IHaskell
hs-source-dirs: src
main-is: Main.hs
build-tools: happy
build-tools: happy, cpphs
-- Modules included in this executable, other than Main.
other-modules:

View File

@ -23,7 +23,6 @@ library
IPython.Message.Parser
IPython.Message.UUID
-- other-modules:
build-tools: cpphs
other-extensions: OverloadedStrings
hs-source-dirs: src
default-language: Haskell2010

View File

@ -197,7 +197,7 @@ installPipDependencies = withTmpDir $ \tmpDir ->
-- Extract it.
cd tmpDir
run_ tarPath ["-xf", versioned ++ ".tar.gz"]
run_ tarPath ["-xzf", versioned ++ ".tar.gz"]
-- Install it.
cd $ fromText versioned