diff options
Diffstat (limited to 'testsuite/tests/deriving/should_fail/drvfail006.hs')
-rw-r--r-- | testsuite/tests/deriving/should_fail/drvfail006.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/deriving/should_fail/drvfail006.hs b/testsuite/tests/deriving/should_fail/drvfail006.hs index 0d8d1a95d9..2f30efb99c 100644 --- a/testsuite/tests/deriving/should_fail/drvfail006.hs +++ b/testsuite/tests/deriving/should_fail/drvfail006.hs @@ -7,5 +7,5 @@ module ShouldFail where import Control.Monad.State newtype T a = T (StateT Int IO a) deriving( MonadState ) - -- Here MonadState takes two type params, - -- but exactly one is needed.
\ No newline at end of file + -- Here MonadState takes two type params, + -- but exactly one is needed. |