Skip to content

Commit

Permalink
Keep Arrows on older ghcs
Browse files Browse the repository at this point in the history
  • Loading branch information
cchalmers committed Nov 16, 2023
1 parent 3d5991a commit af21d50
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions example/Testing.hs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
For testing the circuit notation.
-}

{-# LANGUAGE CPP #-}
#if __GLASGOW_HASKELL__ <= 902
{-# LANGUAGE Arrows #-}
#endif
{-# LANGUAGE BlockArguments #-}
{-# LANGUAGE GADTs #-}
-- {-# LANGUAGE NoMonomorphismRestriction #-}
Expand Down

0 comments on commit af21d50

Please sign in to comment.