Skip to content

Commit

Permalink
Remove conflicting re-export to toText
Browse files Browse the repository at this point in the history
```
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,
  |   ^^^^^^^^^^^^^^^^
```
  • Loading branch information
morucci committed Jan 5, 2025
1 parent fbeb738 commit 679202b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Json/Extras.hs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ module Json.Extras (
-- * Data types
module Json,
ShortText,
TextShort.toText,

-- * Extras
decodeThrow,
Expand Down

0 comments on commit 679202b

Please sign in to comment.