replace rebuild.sh with .chain-deps for haskell-sig.git rebuild.sh
This commit is contained in:
parent
49af24e854
commit
2e9d5127b4
5
.chain-deps
Normal file
5
.chain-deps
Normal file
@ -0,0 +1,5 @@
|
||||
# rebuild.sh config file: see <http://git.fedorahosted.org/git/haskell-sig.git>
|
||||
|
||||
echo "Prerequisites: transformers mtl"
|
||||
|
||||
CHAIN_PKGS="alex ghc-deepseq ghc-fgl ghc-html ghc-HUnit ghc-OpenGL ghc-QuickCheck ghc-regex-base ghc-stm ghc-syb ghc-xhtml happy : ghc-GLUT ghc-haskell-src ghc-parallel ghc-parsec ghc-regex-posix ghc-text : ghc-network ghc-regex-compat : ghc-cgi ghc-HTTP ghc-zlib : cabal-install"
|
11
rebuild.sh
11
rebuild.sh
@ -1,11 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
# if necessary first rebuild mtl and transformers
|
||||
|
||||
set -e -x
|
||||
|
||||
for i in ghc-cgi ghc-fgl ghc-GLUT ghc-haskell-src ghc-html ghc-OpenGL ghc-parsec ghc-QuickCheck ghc-regex-base ghc-regex-compat ghc-regex-posix ghc-stm ghc-syb ghc-xhtml ghc-zlib alex cabal-install happy; do
|
||||
: #~/fedora/haskell/ghc/master/update-package.sh $i
|
||||
done
|
||||
|
||||
fedpkg chain-build alex ghc-deepseq ghc-fgl ghc-html ghc-HUnit ghc-OpenGL ghc-QuickCheck ghc-regex-base ghc-stm ghc-syb ghc-xhtml happy : ghc-GLUT ghc-haskell-src ghc-parallel ghc-parsec ghc-regex-posix ghc-text : ghc-network ghc-regex-compat : ghc-cgi ghc-HTTP ghc-zlib : cabal-install
|
Loading…
Reference in New Issue
Block a user