diff options
Diffstat (limited to 'testsuite/tests/rebindable/rebindable8.hs')
-rw-r--r-- | testsuite/tests/rebindable/rebindable8.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/rebindable/rebindable8.hs b/testsuite/tests/rebindable/rebindable8.hs index 2c1f484f47..f78479202d 100644 --- a/testsuite/tests/rebindable/rebindable8.hs +++ b/testsuite/tests/rebindable/rebindable8.hs @@ -1,6 +1,6 @@ {-# LANGUAGE RebindableSyntax, MultiParamTypeClasses #-} --- Trac #1537 +-- #1537 module Foo where import Prelude hiding (Monad(..)) |