[commit: packages/haskeline] master: Remove "LANGUAGE CPP" from Setup.hs (82b2a66)

git at git.haskell.org git at git.haskell.org
Tue Dec 13 19:21:32 UTC 2016


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

On branch  : master
Link       : http://git.haskell.org/packages/haskeline.git/commitdiff/82b2a66135db174be9e05a21a6398a5f95913760

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

commit 82b2a66135db174be9e05a21a6398a5f95913760
Author: Judah Jacobson <judah.jacobson at gmail.com>
Date:   Wed Dec 23 22:42:56 2015 -0800

    Remove "LANGUAGE CPP" from Setup.hs


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

82b2a66135db174be9e05a21a6398a5f95913760
 Setup.hs | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Setup.hs b/Setup.hs
index 5c56112..68ce844 100644
--- a/Setup.hs
+++ b/Setup.hs
@@ -1,4 +1,3 @@
-{-# LANGUAGE CPP #-}
 import Distribution.System
 import Distribution.PackageDescription
 import Distribution.Simple



More information about the ghc-commits mailing list