[commit: packages/array] master: T229: Enable -XCPP (82a50c4)

git at git.haskell.org git at git.haskell.org
Sun Mar 26 22:07:52 UTC 2017


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

On branch  : master
Link       : http://git.haskell.org/packages/array.git/commitdiff/82a50c4044bf176b713be1fa9cc1a004df203658

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

commit 82a50c4044bf176b713be1fa9cc1a004df203658
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Sun Mar 26 13:02:10 2017 -0400

    T229: Enable -XCPP


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

82a50c4044bf176b713be1fa9cc1a004df203658
 tests/T229.hs | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/T229.hs b/tests/T229.hs
index 1d8c157..9f4fd88 100644
--- a/tests/T229.hs
+++ b/tests/T229.hs
@@ -1,3 +1,5 @@
+{-# LANGUAGE CPP #-}
+
 import Data.Array.MArray
 import Data.Array.IO
 import Data.Word



More information about the ghc-commits mailing list