From 62b7b5a9bf4e184a9302e3805ab51411406e9276 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Fri, 31 May 2019 10:18:05 -0700 Subject: [PATCH] Switch back to binary-orphans --- github.cabal | 2 +- src/GitHub/Internal/Prelude.hs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/github.cabal b/github.cabal index e0be1ae2..a32d28d6 100644 --- a/github.cabal +++ b/github.cabal @@ -164,7 +164,7 @@ library aeson >=1.4.0.0 && <1.5 , base-compat >=0.10.4 && <0.11 , base16-bytestring >=0.1.1.6 && <0.2 - , binary-instances >=1 && <1.1 + , binary-orphans >=0.1.8 && <0.2 , cryptohash-sha1 >=0.11.100.1 && <0.12 , deepseq-generics >=0.2.0.0 && <0.3 , exceptions >=0.10.2 && <0.11 diff --git a/src/GitHub/Internal/Prelude.hs b/src/GitHub/Internal/Prelude.hs index 07a748b3..f75992e8 100644 --- a/src/GitHub/Internal/Prelude.hs +++ b/src/GitHub/Internal/Prelude.hs @@ -43,7 +43,7 @@ import Data.Aeson withObject, withText, (.!=), (.:), (.:?), (.=)) import Data.Aeson.Types (emptyObject, typeMismatch) import Data.Binary (Binary) -import Data.Binary.Instances () +import Data.Binary.Orphans () import Data.Data (Data, Typeable) import Data.Foldable (toList) import Data.Hashable (Hashable (..))