[commit: packages/filepath] master: Shorten Setup.hs, make it more obvious it is uninteresting (113285a)

git at git.haskell.org git at git.haskell.org
Thu Mar 19 11:33:11 UTC 2015


Repository : ssh://git@git.haskell.org/filepath

On branch  : master
Link       : http://git.haskell.org/packages/filepath.git/commitdiff/113285ad32218e641c5f9685f8d48e578e00e567

>---------------------------------------------------------------

commit 113285ad32218e641c5f9685f8d48e578e00e567
Author: Neil Mitchell <ndmitchell at gmail.com>
Date:   Sun Oct 19 13:02:19 2014 +0100

    Shorten Setup.hs, make it more obvious it is uninteresting


>---------------------------------------------------------------

113285ad32218e641c5f9685f8d48e578e00e567
 Setup.hs | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/Setup.hs b/Setup.hs
index 6fa548c..9a994af 100644
--- a/Setup.hs
+++ b/Setup.hs
@@ -1,6 +1,2 @@
-module Main (main) where
-
 import Distribution.Simple
-
-main :: IO ()
 main = defaultMain



More information about the ghc-commits mailing list