From 8de780bda6839fa44e78ad3e060e9d8b071f8ce0 Mon Sep 17 00:00:00 2001
From: Ramakrishnan Muthukrishnan <ram@rkrishnan.org>
Date: Tue, 24 Mar 2015 13:34:10 +0530
Subject: [PATCH] FIlenames start with capital letters. hlint.hs -> HLint.hs

---
 functorrent.cabal           | 4 ++--
 test/{hlint.hs => Hlint.hs} | 0
 2 files changed, 2 insertions(+), 2 deletions(-)
 rename test/{hlint.hs => Hlint.hs} (100%)

diff --git a/functorrent.cabal b/functorrent.cabal
index 72295f6..fc4cfb3 100644
--- a/functorrent.cabal
+++ b/functorrent.cabal
@@ -42,7 +42,7 @@ executable functorrent
   main-is:             Main.hs
   other-extensions:    OverloadedStrings
   hs-source-dirs:      src
-  ghc-options:         -Wall -fwarn-incomplete-patterns
+  ghc-options:         -Wall -fwarn-incomplete-patterns -optc-Os
   default-language:    Haskell2010
   build-depends:       base,
                        base16-bytestring,
@@ -71,6 +71,6 @@ test-suite functorrent-hlint
   type:              exitcode-stdio-1.0
   default-language:  Haskell2010
   hs-source-dirs:    test
-  main-is:           hlint.hs
+  main-is:           Hlint.hs
   build-depends:     base,
                      hlint
diff --git a/test/hlint.hs b/test/Hlint.hs
similarity index 100%
rename from test/hlint.hs
rename to test/Hlint.hs
-- 
2.45.2