summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 82e78b7c6..5e6876248 100644
--- a/Makefile
+++ b/Makefile
@@ -29,7 +29,8 @@ bench:
cabal bench
install: full
- cabal install
+ cabal copy
+ cabal register
sdist: man
# note: cabal sdist doesn't work well with preprocessors for some cabal versions