]> git.rkrishnan.org Git - functorrent.git/blobdiff - functorrent.cabal
Move Arbitrary instances into another module
[functorrent.git] / functorrent.cabal
index 05ed4b3aa8286c403b2611126c15195f007636e6..0251a3c8910d91bd2cc38d2c7d372ba967817a94 100644 (file)
@@ -39,15 +39,15 @@ library
                        HTTP,
                        network-uri,
                        parsec,
-                       QuickCheck,
                        tasty,
                        tasty-hunit
 
 executable functorrent
   main-is:             Main.hs
+  other-modules:       TestInstances
   other-extensions:    OverloadedStrings
   hs-source-dirs:      src
-  ghc-options:         -Wall -fwarn-incomplete-patterns -optc-Os
+  ghc-options:         -Wall -fwarn-incomplete-patterns -fno-warn-orphans -optc-Os
   default-language:    Haskell2010
   build-depends:       base,
                        base16-bytestring,