diff options
author | Joachim Breitner <mail@joachim-breitner.de> | 2014-07-01 09:11:30 +0200 |
---|---|---|
committer | Joachim Breitner <mail@joachim-breitner.de> | 2014-07-01 09:11:30 +0200 |
commit | da8baf2cf41b102d215dee7b3e10eb01e2c5462f (patch) | |
tree | 7d54e69d50f449cf7c3f7075e493a237046bd429 /testsuite | |
parent | 9785bb7cb96ecee409a40fb413035758dd278db7 (diff) | |
download | haskell-da8baf2cf41b102d215dee7b3e10eb01e2c5462f.tar.gz |
Unbreak TcNullaryTC testcase, by using MPTC
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/tests/typecheck/should_run/TcNullaryTC.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/typecheck/should_run/TcNullaryTC.hs b/testsuite/tests/typecheck/should_run/TcNullaryTC.hs index a94d3058b0..17e3f4c425 100644 --- a/testsuite/tests/typecheck/should_run/TcNullaryTC.hs +++ b/testsuite/tests/typecheck/should_run/TcNullaryTC.hs @@ -1,4 +1,4 @@ -{-# LANGUAGE NullaryTypeClasses #-} +{-# LANGUAGE MultiParamTypeClasses #-} module Main where |