Commit f7410e6d authored by Andrew Gibiansky's avatar Andrew Gibiansky

add -z flag to tar

parent d423acb3
......@@ -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:
......
......@@ -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
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment