commit | a718ad48378ebcf16fd64adebac7c6988136abbd | [log] [tgz] |
---|---|---|
author | Gregor Reitzenstein <dean4devil@paranoidlabs.org> | Wed May 10 10:02:54 2017 +0200 |
committer | James E. King, III <jking@apache.org> | Thu Aug 10 23:21:30 2017 -0400 |
tree | 06c6e4021b547e89846f5d1bc2d7640d3f5e73bf | |
parent | 3f07967a791a0c15c36e832ebf183169f08067ce [diff] [blame] |
Renames Thrift.cabal to fix THRIFT-3963 Client: hs This closes #1265
diff --git a/lib/hs/CMakeLists.txt b/lib/hs/CMakeLists.txt index 7653ed6..a20a319 100644 --- a/lib/hs/CMakeLists.txt +++ b/lib/hs/CMakeLists.txt
@@ -33,7 +33,7 @@ src/Thrift/Transport/HttpClient.hs src/Thrift/Transport/IOBuffer.hs src/Thrift/Types.hs - Thrift.cabal + thrift.cabal ) if(BUILD_TESTING)