commit | 43a93f1e6e7bc0d4247c8fe40c99cdcb8123b334 | [log] [tgz] |
---|---|---|
author | Jens Geyer <jensg@apache.org> | Sat Nov 02 23:21:14 2019 +0100 |
committer | Jens Geyer <jensg@apache.org> | Sun Nov 03 18:34:24 2019 +0100 |
tree | 8e92826b05f93bec01ffe4483131094b91eb509d | |
parent | ec439548c531e5848a4e85684d666745d747926f [diff] [blame] |
fix typo in cmake Patch: Jens Geyer This closes #1910
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 @@ ) if(BUILD_TESTING) - list(APPEND haskell_soruces + list(APPEND haskell_sources test/Spec.hs test/BinarySpec.hs test/CompactSpec.hs