summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2014-04-23 14:18:43 +0200
committerAlberto Ruiz <aruiz@um.es>2014-04-23 14:18:43 +0200
commiteaa21e363a62274b3b457556d8f41b10cc335513 (patch)
treec6ef04811be543902d7c5507f56f6be60fb52f51
parent752b923ca4e83f1d5f741beab7eb9857591bdcba (diff)
new version
-rw-r--r--hmatrix.cabal2
-rw-r--r--reinstall.sh6
2 files changed, 4 insertions, 4 deletions
diff --git a/hmatrix.cabal b/hmatrix.cabal
index b7b8e80..23e81dd 100644
--- a/hmatrix.cabal
+++ b/hmatrix.cabal
@@ -1,5 +1,5 @@
1Name: hmatrix 1Name: hmatrix
2Version: 0.15.2.1 2Version: 0.16.0.0
3License: GPL 3License: GPL
4License-file: LICENSE 4License-file: LICENSE
5Author: Alberto Ruiz 5Author: Alberto Ruiz
diff --git a/reinstall.sh b/reinstall.sh
index adf3638..a2d1271 100644
--- a/reinstall.sh
+++ b/reinstall.sh
@@ -1,10 +1,10 @@
1cabal install --force-reinstalls 1cabal install --force-reinstalls
2 2
3cd packages/special 3cd packages/special
4cabal install --force-reinstalls 4cabal install --force-reinstalls --enable-documentation
5cd ../glpk 5cd ../glpk
6cabal install --force-reinstalls 6cabal install --force-reinstalls --enable-documentation
7cd ../tests 7cd ../tests
8cabal install --force-reinstalls --enable-tests 8cabal install --force-reinstalls --enable-documentation --enable-tests
9cd ../.. 9cd ../..
10 10