From 6634598871192bc1931cbb943649985b14ef65a4 Mon Sep 17 00:00:00 2001 From: Jonathan Knowles Date: Tue, 8 Feb 2022 05:41:54 +0000 Subject: [PATCH] Remove unnecessary suppression of orphan instances warning. --- lib/core/src/Cardano/Wallet/CoinSelection.hs | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/core/src/Cardano/Wallet/CoinSelection.hs b/lib/core/src/Cardano/Wallet/CoinSelection.hs index c3f4509491e..c1cfe7f7f71 100644 --- a/lib/core/src/Cardano/Wallet/CoinSelection.hs +++ b/lib/core/src/Cardano/Wallet/CoinSelection.hs @@ -2,7 +2,6 @@ {-# LANGUAGE FlexibleInstances #-} {-# LANGUAGE OverloadedLabels #-} {-# LANGUAGE RecordWildCards #-} -{-# OPTIONS_GHC -fno-warn-orphans #-} -- | -- Copyright: © 2022 IOHK