summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-05-17 08:24:46 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-05-17 08:24:46 -0700
commit2391d926d0fc208654e307ccae6e7094cfc46a60 (patch)
tree3aaa972df2cf716e9caa46c4c55a31ba9850fe0c /.bashrc
parentfcfccd516ba48d0eb5a9163a911b6d10141d1916 (diff)
downloaddotfiles-2391d926d0fc208654e307ccae6e7094cfc46a60.tar.gz
always unpack pristine version of hackage packages
Since those are what Debian uses and applies patches to.
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.bashrc b/.bashrc
index ef56eb53..6539daf8 100644
--- a/.bashrc
+++ b/.bashrc
@@ -174,7 +174,7 @@ package-plan-unpack () {
package="$1"
patches="$HOME/src/package-plan/patches/${package%-*}/${package##*-}"
cd /tmp
- cabal unpack "$package"
+ cabal unpack --pristine "$package"
cd "$package"
mkdir -p "$patches"
ln -s "$patches" patches