[commit: packages/binary] master: Remove duplicated extension in LANGUAGE pragma (2647d42)
git at git.haskell.org
git at git.haskell.org
Sat Apr 19 09:13:59 UTC 2014
Repository : ssh://git@git.haskell.org/binary
On branch : master
Link : http://git.haskell.org/packages/binary.git/commitdiff/2647d42f19bedae46c020fc3af029073f5690d5b
>---------------------------------------------------------------
commit 2647d42f19bedae46c020fc3af029073f5690d5b
Author: Jan Stolarek <jan.stolarek at p.lodz.pl>
Date: Sat Apr 19 11:13:11 2014 +0200
Remove duplicated extension in LANGUAGE pragma
>---------------------------------------------------------------
2647d42f19bedae46c020fc3af029073f5690d5b
src/Data/Binary/Get/Internal.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Data/Binary/Get/Internal.hs b/src/Data/Binary/Get/Internal.hs
index a66f8dd..292a179 100644
--- a/src/Data/Binary/Get/Internal.hs
+++ b/src/Data/Binary/Get/Internal.hs
@@ -1,4 +1,4 @@
-{-# LANGUAGE CPP, RankNTypes, MagicHash, BangPatterns, TypeFamilies, TypeFamilies #-}
+{-# LANGUAGE CPP, RankNTypes, MagicHash, BangPatterns, TypeFamilies #-}
-- CPP C style pre-precessing, the #if defined lines
-- RankNTypes forall r. statement
More information about the ghc-commits
mailing list