[haskell-platform] .chain-deps: now a config file again instead of shell-script

Jens Petersen petersen at fedoraproject.org
Mon Jun 20 00:43:23 UTC 2011


commit 1c2ff8d73d17428e1c3192bea4acbaf17cbfadaf
Author: Jens Petersen <petersen at redhat.com>
Date:   Mon Jun 20 09:43:12 2011 +0900

    .chain-deps: now a config file again instead of shell-script

 .chain-deps |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)
---
diff --git a/.chain-deps b/.chain-deps
index 593df28..7569a8d 100644
--- a/.chain-deps
+++ b/.chain-deps
@@ -1,5 +1 @@
-# 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 :"
+transformers : mtl : 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 :


More information about the scm-commits mailing list