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

Commit 952b02e

Browse files
committed
Merge pull request UU-ComputerScience#76 from asr/master
Fixed compilation with GHC 8.0.1 RC 2
2 parents 77892df + 22a57f2 commit 952b02e

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)