From 093abd3efafe557a15722b091fceb4eebfdc390f Mon Sep 17 00:00:00 2001
From: Ramakrishnan Muthukrishnan <ram@rkrishnan.org>
Date: Mon, 27 Apr 2015 18:21:37 +0530
Subject: [PATCH] suppress the "orphan instance of Arbitrary" warning

---
 functorrent.cabal | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/functorrent.cabal b/functorrent.cabal
index 05ed4b3..a89ceb9 100644
--- a/functorrent.cabal
+++ b/functorrent.cabal
@@ -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,
-- 
2.45.2