From 7e784c032f8f64189f55bff1b0c9e7d21c137ade Mon Sep 17 00:00:00 2001 From: Gregor Reitzenstein Date: Wed, 10 May 2017 10:02:54 +0200 Subject: [PATCH] Renames Thrift.cabal to fix THRIFT-3963 --- lib/hs/CMakeLists.txt | 2 +- lib/hs/Makefile.am | 2 +- lib/hs/{Thrift.cabal => thrift.cabal} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename lib/hs/{Thrift.cabal => thrift.cabal} (100%) diff --git a/lib/hs/CMakeLists.txt b/lib/hs/CMakeLists.txt index 7653ed6dc87..a20a319e277 100644 --- a/lib/hs/CMakeLists.txt +++ b/lib/hs/CMakeLists.txt @@ -33,7 +33,7 @@ set(haskell_sources src/Thrift/Transport/HttpClient.hs src/Thrift/Transport/IOBuffer.hs src/Thrift/Types.hs - Thrift.cabal + thrift.cabal ) if(BUILD_TESTING) diff --git a/lib/hs/Makefile.am b/lib/hs/Makefile.am index 90d5e1401de..3cd8b57d615 100644 --- a/lib/hs/Makefile.am +++ b/lib/hs/Makefile.am @@ -24,7 +24,7 @@ EXTRA_DIST = \ README.md \ Setup.lhs \ TODO \ - Thrift.cabal \ + thrift.cabal \ src \ test diff --git a/lib/hs/Thrift.cabal b/lib/hs/thrift.cabal similarity index 100% rename from lib/hs/Thrift.cabal rename to lib/hs/thrift.cabal