[commit: packages/parallel] master: Drop FlexibleInstances from `other-extensions` (286e293)

git at git.haskell.org git at git.haskell.org
Sat Jan 2 08:17:09 UTC 2016


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

On branch  : master
Link       : http://git.haskell.org/packages/parallel.git/commitdiff/286e29320fa7265baad1bc9f99f9caa6cdd3ff87

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

commit 286e29320fa7265baad1bc9f99f9caa6cdd3ff87
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Sat Jan 2 08:56:07 2016 +0100

    Drop FlexibleInstances from `other-extensions`
    
    Because it's not needed...


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

286e29320fa7265baad1bc9f99f9caa6cdd3ff87
 parallel.cabal | 1 -
 1 file changed, 1 deletion(-)

diff --git a/parallel.cabal b/parallel.cabal
index 81d4ae5..e900ecd 100644
--- a/parallel.cabal
+++ b/parallel.cabal
@@ -24,7 +24,6 @@ library
     other-extensions:
         BangPatterns
         CPP
-        FlexibleInstances
         MagicHash
         UnboxedTuples
 



More information about the ghc-commits mailing list