[commit: ghc] wip/nfs-locking: Move OverloadedStrings to other-extensions. (b56b886)

git at git.haskell.org git at git.haskell.org
Fri Oct 27 00:16:24 UTC 2017


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

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

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

commit b56b88616e82fb652c49ea9f6c087dd76e950a42
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date:   Thu Dec 24 20:24:14 2015 +0000

    Move OverloadedStrings to other-extensions.


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

b56b88616e82fb652c49ea9f6c087dd76e950a42
 shaking-up-ghc.cabal | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shaking-up-ghc.cabal b/shaking-up-ghc.cabal
index f1a3f10..098d8b2 100644
--- a/shaking-up-ghc.cabal
+++ b/shaking-up-ghc.cabal
@@ -72,11 +72,11 @@ executable ghc-shake
     default-extensions:  BangPatterns
                        , LambdaCase
                        , MultiWayIf
-                       , OverloadedStrings
                        , TupleSections
     other-extensions:    DeriveDataTypeable
                        , DeriveGeneric
                        , FlexibleInstances
+                       , OverloadedStrings
     build-depends:       base
                        , ansi-terminal >= 0.6
                        , Cabal >= 1.22



More information about the ghc-commits mailing list