avoid warning about orphan Arbirary instance

This commit is contained in:
Joey Hess 2016-09-05 14:51:07 -04:00
parent 29b6ab467a
commit d17f08afdc
No known key found for this signature in database
GPG key ID: C910D9222512E3C7

View file

@ -5,6 +5,7 @@
- Licensed under the GNU GPL version 3 or higher.
-}
{-# OPTIONS_GHC -fno-warn-orphans #-}
{-# LANGUAGE CPP #-}
module Logs.Transfer where