mirror of
https://github.com/IHaskell/IHaskell.git
synced 2025-04-16 11:26:08 +00:00
add -z flag to tar
This commit is contained in:
parent
d423acb37e
commit
f7410e6dbe
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user