]> git.rkrishnan.org Git - functorrent.git/commitdiff
suppress the "orphan instance of Arbitrary" warning
authorRamakrishnan Muthukrishnan <ram@rkrishnan.org>
Mon, 27 Apr 2015 12:51:37 +0000 (18:21 +0530)
committerRamakrishnan Muthukrishnan <ram@rkrishnan.org>
Mon, 27 Apr 2015 12:51:37 +0000 (18:21 +0530)
functorrent.cabal

index 05ed4b3aa8286c403b2611126c15195f007636e6..a89ceb966a0d4272b4124d1669ba45ab49540999 100644 (file)
@@ -27,7 +27,7 @@ library
   other-modules:       FuncTorrent.Utils
   other-extensions:    OverloadedStrings
   hs-source-dirs:      src
-  ghc-options:         -Wall -fwarn-incomplete-patterns
+  ghc-options:         -Wall -fwarn-incomplete-patterns -fno-warn-orphans
   default-language:    Haskell2010
   build-depends:       base,
                        base16-bytestring,
@@ -47,7 +47,7 @@ executable functorrent
   main-is:             Main.hs
   other-extensions:    OverloadedStrings
   hs-source-dirs:      src
-  ghc-options:         -Wall -fwarn-incomplete-patterns -optc-Os
+  ghc-options:         -Wall -fwarn-incomplete-patterns -optc-Os -fno-warn-orphans
   default-language:    Haskell2010
   build-depends:       base,
                        base16-bytestring,