From 5a38c4b9d9d242abb09384459af931b43b8eec72 Mon Sep 17 00:00:00 2001
From: Vincent Hanquez <vincent@snarc.org>
Date: Tue, 14 Feb 2017 13:58:45 +0000
Subject: [PATCH] case unsensitive path not working properly

---
 git.cabal | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/git.cabal b/git.cabal
index 2efe3b5..d84671a 100644
--- a/git.cabal
+++ b/git.cabal
@@ -23,7 +23,7 @@ Homepage:            https://github.com/vincenthz/hs-git
 tested-with:         GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.1
 Cabal-Version:       >=1.8
 data-files:          README.md
-extra-source-files:  Tests/*.hs
+extra-source-files:  tests/*.hs
 
 Flag executable
   Description:       Build the executable
-- 
GitLab