[commit: Cabal] master: Instead of Setup.lhs use .hs like everyone else does (9ff167d)
Ian Lynagh
igloo at earth.li
Fri Jun 24 01:51:25 CEST 2011
Repository : ssh://darcs.haskell.org//srv/darcs/packages/Cabal
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/9ff167dc9f1a20320837a17cc35c0b00082db10c
>---------------------------------------------------------------
commit 9ff167dc9f1a20320837a17cc35c0b00082db10c
Author: Duncan Coutts <duncan at haskell.org>
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
More information about the Cvs-libraries
mailing list