mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 23:38:29 +01:00
7 lines
65 B
Bash
Executable File
7 lines
65 B
Bash
Executable File
#!/bin/bash -ex
|
|
|
|
mkdir -p work
|
|
cd work
|
|
rm -rf $1
|
|
cabal unpack $1
|