[commit: ghc] wip/nfs-locking: Remove redundant extension. (e384039)
git at git.haskell.org
git at git.haskell.org
Thu Oct 26 23:47:34 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nfs-locking
Link : http://ghc.haskell.org/trac/ghc/changeset/e3840397d0db313e8c22e45782e188e5c7c642dc/ghc
>---------------------------------------------------------------
commit e3840397d0db313e8c22e45782e188e5c7c642dc
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date: Mon Jan 5 01:08:03 2015 +0000
Remove redundant extension.
>---------------------------------------------------------------
e3840397d0db313e8c22e45782e188e5c7c642dc
src/Base.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Base.hs b/src/Base.hs
index ea9980c..6bef5ba 100644
--- a/src/Base.hs
+++ b/src/Base.hs
@@ -1,4 +1,4 @@
-{-# LANGUAGE TypeSynonymInstances, FlexibleInstances #-}
+{-# LANGUAGE FlexibleInstances #-}
module Base (
module Development.Shake,
More information about the ghc-commits
mailing list