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
The Cflags of this package include a -I/mingw64/include which is not translated by pkgconf to a Windows path leading to further errors later on (in this case in ghc-pkg).
The Cflags of this package include a
-I/mingw64/includewhich is not translated bypkgconfto a Windows path leading to further errors later on (in this case in ghc-pkg).See haskell/cabal#9479 (comment)