Skip to content

Commit

Permalink
Remove unsupported #if for {#- OPTIONS_GHC -#}
Browse files Browse the repository at this point in the history
  • Loading branch information
spl committed Jan 19, 2018
1 parent 4f92012 commit c1188ba
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/Main.hs
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
{-# OPTIONS_GHC -Wall #-}
#if MIN_VERSION_base(4,9,0)
{-# OPTIONS_GHC -fno-warn-orphans #-}
#endif
{-# OPTIONS_GHC -Wall -fno-warn-orphans #-}

{-# LANGUAGE CPP #-}
#if defined(__GLASGOW_HASKELL__) && __GLASGOW_HASKELL__ >= 708
Expand Down

0 comments on commit c1188ba

Please sign in to comment.