Skip to content
Snippets Groups Projects
Commit 2ad6c4dd authored by Ian Lynagh's avatar Ian Lynagh
Browse files

Use a LANGUAGE pragma rather than OPTIONS_GHC

parent c857d73e
No related branches found
No related tags found
No related merge requests found
{-# OPTIONS_GHC -XNoImplicitPrelude -XBangPatterns #-}
{-# LANGUAGE NoImplicitPrelude, BangPatterns #-}
-- |
-- The Haskell 2010 Prelude: a standard module imported by default
-- into all Haskell modules. For more documentation, see the Haskell 2010
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment