ede icon indicating copy to clipboard operation
ede copied to clipboard

Build failure with aeson-2.0.1.0

Open sjakobi opened this issue 3 years ago • 1 comments

lib/Text/EDE/Internal/Quoting.hs:132:23: error:
    • No instance for (Unquote (HashMap.HashMap Text Value))
        arising from a use of ‘unquote’
    • In the second argument of ‘(<$>)’, namely ‘unquote k n q’
      In the second argument of ‘(<|>)’, namely
        ‘hashMap <$> unquote k n q’
      In the first argument of ‘(<|>)’, namely
        ‘text <$> unquote k n q <|> hashMap <$> unquote k n q’
    |
132 |       <|> hashMap <$> unquote k n q
    |                       ^^^^^^^^^^^^^
cabal: Failed to build ede-0.3.2.0

sjakobi avatar Oct 11 '21 14:10 sjakobi

As a Hackage trustee, I have created Hackage revisions for ede-0.3.0.0, 0.3.1.0 and 0.3.2.0, which should make it less likely for users to run into the error above.

sjakobi avatar Oct 11 '21 23:10 sjakobi