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
My Setup.hs needs WIn32 to build on windows. So, I tried adding to its custom-setup stanza:
custom-setup
Setup-Depends: base (>= 4.5)
if os(Windows)
Setup-Depends: Win32
cabal fails to parse that:
'parseField' called on a non-field. This is possibly a bug in Cabal.
Please report it to the developers: https://github.com/haskell/cabal/issues/new
CallStack (from HasCallStack):
error, called at ./Distribution/PackageDescription/Utils.hs:21:16 in Cabal-2.0.0.2-B4YxsRmpeLCDyDZ1N9nEz7:Distribution.PackageDescription.Utils- exit 1
cabal-install version 2.0.0.0
compiled using version 2.0.0.2 of the Cabal library
The text was updated successfully, but these errors were encountered:
My Setup.hs needs WIn32 to build on windows. So, I tried adding to its custom-setup stanza:
cabal fails to parse that:
cabal-install version 2.0.0.0
compiled using version 2.0.0.2 of the Cabal library
The text was updated successfully, but these errors were encountered: