You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Data/GraphViz/Types/Parsing.hs:303:22: warning: [-Wunused-do-bind]
Warning: A do-notation statement discarded a result of type ‘String’
Suppress this warning by saying ‘_ <- whitespace'’
|
303 | whitespace'
| ^^^^^^^^^^^
[3 of 8] Compiling Data.GraphViz.Types.Printing ( Data/GraphViz/Types/Printing.hs, dist/build/Data/GraphViz/Types/Printing.o, dist/build/Data/GraphViz/Types/Printing.dyn_o )
Data/GraphViz/Types/Printing.hs:152:16: error:
Error: Ambiguous occurrence ‘<>’
It could refer to
either ‘Prelude.<>’,
imported from ‘Prelude’ at Data/GraphViz/Types/Printing.hs:38:8-35
(and originally defined in ‘GHC.Base’)
or ‘Text.PrettyPrint.<>’,
imported from ‘Text.PrettyPrint’ at Data/GraphViz/Types/Printing.hs:(51,1)-(58,32)
(and originally defined in ‘Text.PrettyPrint.HughesPJ’)
|
152 | wrap b a d = b <> d <> a
| ^^
Data/GraphViz/Types/Printing.hs:152:21: error:
Error: Ambiguous occurrence ‘<>’
It could refer to
either ‘Prelude.<>’,
imported from ‘Prelude’ at Data/GraphViz/Types/Printing.hs:38:8-35
(and originally defined in ‘GHC.Base’)
or ‘Text.PrettyPrint.<>’,
imported from ‘Text.PrettyPrint’ at Data/GraphViz/Types/Printing.hs:(51,1)-(58,32)
(and originally defined in ‘Text.PrettyPrint.HughesPJ’)
|
152 | wrap b a d = b <> d <> a
| ^^
The text was updated successfully, but these errors were encountered:
juhp
added a commit
to juhp/rpmbuild-order
that referenced
this issue
Jan 26, 2022
graphviz failed to cabal build with ghc-9.2:
see juhp/fbrnch@9df2aea
Here is part of the error output:
The text was updated successfully, but these errors were encountered: