From ee29f295d34eca7c0e580b7b27c17e4c61860aef Mon Sep 17 00:00:00 2001 From: Ivan Lazar Miljenovic Date: Mon, 4 Sep 2017 13:03:57 +1000 Subject: [PATCH] Stupid caseless filesystems... There's still a warning, but it can build now. https://github.com/haskell/cabal/issues/4739 --- jbi.cabal | 2 +- src/{jbi.hs => Main.hs} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/{jbi.hs => Main.hs} (100%) diff --git a/jbi.cabal b/jbi.cabal index 3f0919d..6778b68 100644 --- a/jbi.cabal +++ b/jbi.cabal @@ -35,7 +35,7 @@ library ghc-options: -Wall executable jbi - main-is: jbi.hs + main-is: Main.hs other-modules: Paths_jbi diff --git a/src/jbi.hs b/src/Main.hs similarity index 100% rename from src/jbi.hs rename to src/Main.hs