Skip to content
This repository was archived by the owner on Nov 1, 2018. It is now read-only.

Commit 22a57f2

Browse files
committed
[ fixed UU-ComputerScience#71 ] Removed unnecessary ImpredicativeTypes language extension.
This language extension is unnecessary with GHC 7.10.3 and it was causing compilation errors with GHC 8.0.1 RC 2. Note: I didn't run the test-suite after this change.
1 parent eb805e3 commit 22a57f2

File tree

1 file changed

+1
-1
lines changed
  • EHC/src/ehc/EHC/BuildFunction

1 file changed

+1
-1
lines changed

EHC/src/ehc/EHC/BuildFunction/Run.chs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
%%[0 hs
2-
{-# LANGUAGE GADTs, TemplateHaskell, KindSignatures, ImpredicativeTypes #-}
2+
{-# LANGUAGE GADTs, TemplateHaskell, KindSignatures #-}
33
-- {-# LANGUAGE RecursiveDo #-}
44
%%]
55

0 commit comments

Comments
 (0)