[commit: packages/deepseq] master, typeable-with-kinds: Update `.gitignore` and tweak Travis CI Job (140f611)
git at git.haskell.org
git at git.haskell.org
Thu Mar 19 11:35:23 UTC 2015
Repository : ssh://git@git.haskell.org/deepseq
On branches: master,typeable-with-kinds
Link : http://git.haskell.org/packages/deepseq.git/commitdiff/140f611ab3ecfd53f526cc293c243650285049b0
>---------------------------------------------------------------
commit 140f611ab3ecfd53f526cc293c243650285049b0
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Sun Nov 23 17:00:01 2014 +0100
Update `.gitignore` and tweak Travis CI Job
`--force-reinstalls` to avoid failures for GHC HEAD
>---------------------------------------------------------------
140f611ab3ecfd53f526cc293c243650285049b0
.gitignore | 3 ++-
.travis.yml | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/.gitignore b/.gitignore
index 8f4d267..89cf73d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
GNUmakefile
-dist-install
+/dist-install/
+/dist/
ghc.mk
diff --git a/.travis.yml b/.travis.yml
index aad0071..5028b91 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -38,7 +38,7 @@ script:
- export SRC_TGZ=$(cabal info . | awk '{print $2 ".tar.gz";exit}') ;
cd dist/;
if [ -f "$SRC_TGZ" ]; then
- cabal install "$SRC_TGZ";
+ cabal install --force-reinstalls "$SRC_TGZ";
else
echo "expected '$SRC_TGZ' not found";
exit 1;
More information about the ghc-commits
mailing list