]> git.rkrishnan.org Git - functorrent.git/blobdiff - functorrent.cabal
FIlenames start with capital letters. hlint.hs -> HLint.hs
[functorrent.git] / functorrent.cabal
index 72295f66ef0d2d1df0e77fd999e57d794d59d1ed..fc4cfb35bb18cc4a28bfb98f4255c952b66776c4 100644 (file)
@@ -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