This is an automated email from the ASF dual-hosted git repository. jensg pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/thrift.git
commit 43a93f1e6e7bc0d4247c8fe40c99cdcb8123b334 Author: Jens Geyer <[email protected]> AuthorDate: Sat Nov 2 23:21:14 2019 +0100 fix typo in cmake Patch: Jens Geyer This closes #1910 --- lib/hs/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/hs/CMakeLists.txt b/lib/hs/CMakeLists.txt index 1a5b8fd..c477c9b 100644 --- a/lib/hs/CMakeLists.txt +++ b/lib/hs/CMakeLists.txt @@ -37,7 +37,7 @@ set(haskell_sources ) if(BUILD_TESTING) - list(APPEND haskell_soruces + list(APPEND haskell_sources test/Spec.hs test/BinarySpec.hs test/CompactSpec.hs
