[commit: ghc] wip/nfs-locking: Remove redundant GHC extentions. (238efc2)

git at git.haskell.org git at git.haskell.org
Thu Oct 26 23:04:26 UTC 2017


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

On branch  : wip/nfs-locking
Link       : http://ghc.haskell.org/trac/ghc/changeset/238efc2b316f5a8ed2f955af6639e4fa543d2359/ghc

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

commit 238efc2b316f5a8ed2f955af6639e4fa543d2359
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date:   Sun Jan 11 23:45:29 2015 +0000

    Remove redundant GHC extentions.


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

238efc2b316f5a8ed2f955af6639e4fa543d2359
 src/Package/Compile.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Package/Compile.hs b/src/Package/Compile.hs
index b876482..50cf412 100644
--- a/src/Package/Compile.hs
+++ b/src/Package/Compile.hs
@@ -1,4 +1,4 @@
-{-# LANGUAGE NoImplicitPrelude, ScopedTypeVariables #-}
+{-# LANGUAGE NoImplicitPrelude #-}
 module Package.Compile (buildPackageCompile) where
 
 import Package.Base



More information about the ghc-commits mailing list