Skip to content

Commit

Permalink
fix this test on the 6.8 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Marlow committed Nov 1, 2007
1 parent 6498b40 commit a6909cb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/ghc-regress/typecheck/should_compile/tc192.hs
@@ -1,11 +1,13 @@
{-# OPTIONS -fglasgow-exts -farrows #-}
{-# OPTIONS -fglasgow-exts -farrows -cpp #-}

-- Test infix type notation and arrow notation

module Test where

#if __GLASGOW_HASKELL__ > 608
import Prelude hiding (id,(.))
import Control.Category
#endif
import Control.Arrow

-- For readability, I use infix notation for arrow types. I'd prefer the
Expand Down

0 comments on commit a6909cb

Please sign in to comment.