From 679202be949e9dd8e2aacf9a0495b21d57c9be05 Mon Sep 17 00:00:00 2001 From: Fabien Boucher Date: Sun, 5 Jan 2025 16:15:12 +0100 Subject: [PATCH] Remove conflicting re-export to `toText` MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ``` src/Json/Extras.hs:8:3-18: error: [GHC-69158] Conflicting exports for ‘toText’: ‘TextShort.toText’ exports ‘TextShort.toText’ imported qualified from ‘Data.Text.Short’ at src/Json/Extras.hs:21:1-45 (and originally defined in ‘text-short-0.1.6:Data.Text.Short.Internal’) ‘module Json’ exports ‘Json.toText’ imported from ‘Json’ at src/Json/Extras.hs:26:1-25 | 8 | TextShort.toText, | ^^^^^^^^^^^^^^^^ ``` --- src/Json/Extras.hs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Json/Extras.hs b/src/Json/Extras.hs index b54380e4d..a8d55198d 100644 --- a/src/Json/Extras.hs +++ b/src/Json/Extras.hs @@ -5,7 +5,6 @@ module Json.Extras ( -- * Data types module Json, ShortText, - TextShort.toText, -- * Extras decodeThrow,