[commit: ghc] ghc-8.2: Bump hsc2hs submodule (59f72c9)

git at git.haskell.org git at git.haskell.org
Wed Mar 15 17:17:31 UTC 2017


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

On branch  : ghc-8.2
Link       : http://ghc.haskell.org/trac/ghc/changeset/59f72c9a5554848ff1d20997696a93f8b2640ed8/ghc

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

commit 59f72c9a5554848ff1d20997696a93f8b2640ed8
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Wed Mar 15 11:55:09 2017 -0400

    Bump hsc2hs submodule
    
    Fixes #13388. Also updates the expected output for T12504, which
    previously contained a redundant LINE pragma.


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

59f72c9a5554848ff1d20997696a93f8b2640ed8
 testsuite/tests/hsc2hs/Makefile | 2 --
 utils/hsc2hs                    | 2 +-
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/testsuite/tests/hsc2hs/Makefile b/testsuite/tests/hsc2hs/Makefile
index 9b3ee98..fa668e7 100644
--- a/testsuite/tests/hsc2hs/Makefile
+++ b/testsuite/tests/hsc2hs/Makefile
@@ -46,8 +46,6 @@ T12504:
 	'$(HSC2HS)' T12504/path/to/$@.hsc
 ifeq "$(WINDOWS)" "YES"
 	grep '{-# LINE 1 \"T12504\\\\path\\\\to\\\\$@\.hsc\" #-}' T12504/path/to/$@.hs
-	grep '{-# LINE 2 \"T12504\\\\path\\\\to\\\\$@\.hsc\" #-}' T12504/path/to/$@.hs
 else
 	grep '{-# LINE 1 \"T12504/path/to/$@\.hsc\" #-}' T12504/path/to/$@.hs
-	grep '{-# LINE 2 \"T12504/path/to/$@\.hsc\" #-}' T12504/path/to/$@.hs
 endif
diff --git a/utils/hsc2hs b/utils/hsc2hs
index 9e4da90..df6b31d 160000
--- a/utils/hsc2hs
+++ b/utils/hsc2hs
@@ -1 +1 @@
-Subproject commit 9e4da90b7f47c23a2989cba6083fc6ed3880790f
+Subproject commit df6b31d701f8292c3845292004122b5e72f95cad



More information about the ghc-commits mailing list