From aa8b0f782ce921b2c47a216db620086c2cc7bb89 Mon Sep 17 00:00:00 2001 From: Duncan Coutts <duncan@haskell.org> Date: Mon, 3 Mar 2008 23:24:08 +0000 Subject: [PATCH] Instead of Setup.lhs use .hs like everyone else does --- cabal-install/Setup.hs | 2 ++ cabal-install/Setup.lhs | 3 --- 2 files changed, 2 insertions(+), 3 deletions(-) create mode 100644 cabal-install/Setup.hs delete mode 100644 cabal-install/Setup.lhs diff --git a/cabal-install/Setup.hs b/cabal-install/Setup.hs new file mode 100644 index 0000000000..9a994af677 --- /dev/null +++ b/cabal-install/Setup.hs @@ -0,0 +1,2 @@ +import Distribution.Simple +main = defaultMain diff --git a/cabal-install/Setup.lhs b/cabal-install/Setup.lhs deleted file mode 100644 index 5bde0de962..0000000000 --- a/cabal-install/Setup.lhs +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env runhaskell -> import Distribution.Simple -> main = defaultMain -- GitLab