aboutsummaryrefslogtreecommitdiff
path: root/Logs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-09-05 14:51:07 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-09-05 14:51:07 -0400
commit747da87efa9c234015cd0be9db9cbdcf4f5c7336 (patch)
treeecc02f0e38df0ac33e9831f9b4b202c63bcc61e3 /Logs
parent7a65879fd2cbabee30ab90763914b36d2102d653 (diff)
avoid warning about orphan Arbirary instance
Diffstat (limited to 'Logs')
-rw-r--r--Logs/Transfer.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Logs/Transfer.hs b/Logs/Transfer.hs
index 3d62b6bb1..37c637af3 100644
--- a/Logs/Transfer.hs
+++ b/Logs/Transfer.hs
@@ -5,6 +5,7 @@
- Licensed under the GNU GPL version 3 or higher.
-}
+{-# OPTIONS_GHC -fno-warn-orphans #-}
{-# LANGUAGE CPP #-}
module Logs.Transfer where