Skip to content

Commit ffeece8

Browse files
committed
Add rank1dynamic+distributed-static to install_all
1 parent 24aa954 commit ffeece8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install_all.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ if [ "$CABAL" == "" ]; then
77
CABAL=cabal
88
fi
99

10-
$CABAL install --with-ghc=$GHC ./network-transport ./network-transport-tcp ./network-transport-inmemory ./distributed-process ./distributed-process-simplelocalnet --reinstall $*
10+
$CABAL install --with-ghc=$GHC ./rank1dynamic ./distributed-static ./network-transport ./network-transport-tcp ./network-transport-inmemory ./distributed-process ./distributed-process-simplelocalnet --reinstall $*
1111

0 commit comments

Comments
 (0)