[commit: packages/bytestring] master: Add required CPP language pragmas (0bfef87)

git at git.haskell.org git at git.haskell.org
Fri Jan 23 22:43:33 UTC 2015


Repository : ssh://git@git.haskell.org/bytestring

On branch  : master
Link       : http://git.haskell.org/packages/bytestring.git/commitdiff/0bfef878c5f39b49fa7de375b19087c6d40a0f7d

>---------------------------------------------------------------

commit 0bfef878c5f39b49fa7de375b19087c6d40a0f7d
Author: Duncan Coutts <duncan at community.haskell.org>
Date:   Sun Dec 14 14:11:21 2014 +0000

    Add required CPP language pragmas


>---------------------------------------------------------------

0bfef878c5f39b49fa7de375b19087c6d40a0f7d
 Data/ByteString/Builder/Prim/ASCII.hs             | 1 +
 Data/ByteString/Builder/Prim/Internal/Floating.hs | 1 +
 2 files changed, 2 insertions(+)

diff --git a/Data/ByteString/Builder/Prim/ASCII.hs b/Data/ByteString/Builder/Prim/ASCII.hs
index 9a5816d..62bd5be 100644
--- a/Data/ByteString/Builder/Prim/ASCII.hs
+++ b/Data/ByteString/Builder/Prim/ASCII.hs
@@ -1,3 +1,4 @@
+{-# LANGUAGE CPP #-}
 {-# LANGUAGE ScopedTypeVariables, ForeignFunctionInterface #-}
 #if __GLASGOW_HASKELL__ >= 701
 {-# LANGUAGE Trustworthy #-}
diff --git a/Data/ByteString/Builder/Prim/Internal/Floating.hs b/Data/ByteString/Builder/Prim/Internal/Floating.hs
index 0fa85ca..ad5fcff 100644
--- a/Data/ByteString/Builder/Prim/Internal/Floating.hs
+++ b/Data/ByteString/Builder/Prim/Internal/Floating.hs
@@ -1,3 +1,4 @@
+{-# LANGUAGE CPP #-}
 {-# LANGUAGE ScopedTypeVariables #-}
 #if __GLASGOW_HASKELL__ >= 701
 {-# LANGUAGE Trustworthy #-}



More information about the ghc-commits mailing list