Skip to content

Commit acbdfe1

Browse files
committed
Remove -fglasgow-exts warning
Ignore-this: 8a9bc9a1c8cd37fefbf7e23599f5503e darcs-hash:20101107150913-cba2c-47c83df829c9f9303b2801967802b71da9a7ec18.gz
1 parent 79063dd commit acbdfe1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Language/Haskell/Syntax.hs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
{-# OPTIONS_GHC -fglasgow-exts -cpp #-}
1+
{-# LANGUAGE CPP #-}
2+
{-# LANGUAGE DeriveDataTypeable #-}
23
-----------------------------------------------------------------------------
34
-- |
45
-- Module : Language.Haskell.Syntax

0 commit comments

Comments
 (0)