X-Git-Url: https://git.rkrishnan.org/?a=blobdiff_plain;f=functorrent.cabal;h=fc4cfb35bb18cc4a28bfb98f4255c952b66776c4;hb=8de780bda6839fa44e78ad3e060e9d8b071f8ce0;hp=72295f66ef0d2d1df0e77fd999e57d794d59d1ed;hpb=5d631c39efab1fdcae829f8048be1925ccaefc39;p=functorrent.git 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