Skip to content

Commit 167195d

Browse files
simonmarfacebook-github-bot
authored andcommitted
Fix m4 failure in glean.cabal.in (#567)
Summary: Didn't notice this because for some reason it doesn't cause a build failure, it just omitted a lot of the tests from glean.cabal. ``` $ make glean.cabal rm -f glean.cabal m4 -E -E -P .build/def/cxx/defs.m4 glean.cabal.in \ | sed "/-- Copyright/a \\\n-- @""generated from glean.cabal.in\\n-- DO NO EDIT THIS FILE DIRECTLY" \ > glean.cabal m4:glean.cabal.in:2235: ERROR: end of file in string chmod guo-w glean.cabal ``` Pull Request resolved: #567 Reviewed By: jjuliamolin Differential Revision: D78481866 Pulled By: pepeiborra fbshipit-source-id: 3d62a78ec8f79772de5cae1de81231276d1d2bee
1 parent d9e8743 commit 167195d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

glean.cabal.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2232,7 +2232,7 @@ test-suite glean-snapshot-hack
22322232
buildable: False
22332233

22342234
-- The Haskell indexer tests *only* work when run using Cabal with
2235-
-- `cabal run` or `cabal test`, because Cabal puts the `hie-indexer`
2235+
-- 'cabal run' or 'cabal test', because Cabal puts the 'hie-indexer'
22362236
-- binary in the PATH.
22372237
test-suite glean-snapshot-haskell
22382238
import: fb-haskell, fb-cpp, deps, exe, haskell-indexer

0 commit comments

Comments
 (0)