Repository : ssh://darcs.haskell.org//srv/darcs/packages/Cabal On branch : master
http://hackage.haskell.org/trac/ghc/changeset/aa8b0f782ce921b2c47a216db620086c2cc7bb89 >--------------------------------------------------------------- commit aa8b0f782ce921b2c47a216db620086c2cc7bb89 Author: Duncan Coutts <[email protected]> Date: Mon Mar 3 23:24:08 2008 +0000 Instead of Setup.lhs use .hs like everyone else does >--------------------------------------------------------------- DefaultSetup.hs => cabal-install/Setup.hs | 0 cabal-install/Setup.lhs | 3 --- 2 files changed, 0 insertions(+), 3 deletions(-) diff --git a/DefaultSetup.hs b/cabal-install/Setup.hs similarity index 100% copy from DefaultSetup.hs copy to cabal-install/Setup.hs diff --git a/cabal-install/Setup.lhs b/cabal-install/Setup.lhs deleted file mode 100644 index 5bde0de..0000000 --- a/cabal-install/Setup.lhs +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env runhaskell -> import Distribution.Simple -> main = defaultMain _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
