[commit: packages/hoopl] master: FlexibleContexts extension is required 7.10. Add this to play nice with 7.10. (01ab999)
git at git.haskell.org
git at git.haskell.org
Mon Dec 21 22:13:18 UTC 2015
Repository : ssh://git@git.haskell.org/hoopl
On branch : master
Link : http://git.haskell.org/packages/hoopl.git/commitdiff/01ab99942dd08c409c8110fbdb4741b188fb12da
>---------------------------------------------------------------
commit 01ab99942dd08c409c8110fbdb4741b188fb12da
Author: Ning Wang <email at ningwang.org>
Date: Tue May 5 19:36:01 2015 -0700
FlexibleContexts extension is required 7.10. Add this to play nice with 7.10.
>---------------------------------------------------------------
01ab99942dd08c409c8110fbdb4741b188fb12da
testing/Eval.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/testing/Eval.hs b/testing/Eval.hs
index 529bc4a..9eaca6e 100644
--- a/testing/Eval.hs
+++ b/testing/Eval.hs
@@ -1,5 +1,5 @@
{-# OPTIONS_GHC -Wall -fno-warn-name-shadowing #-}
-{-# LANGUAGE RankNTypes, ScopedTypeVariables, GADTs, EmptyDataDecls, PatternGuards, TypeFamilies, NamedFieldPuns , FlexibleInstances, MultiParamTypeClasses, TypeSynonymInstances #-}
+{-# LANGUAGE RankNTypes, ScopedTypeVariables, GADTs, EmptyDataDecls, PatternGuards, TypeFamilies, NamedFieldPuns , FlexibleInstances, MultiParamTypeClasses, TypeSynonymInstances, FlexibleContexts #-}
module Eval (evalProg, ErrorM) where
More information about the ghc-commits
mailing list