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
yi depends on hint, which is not updated for ghc 7.10 yet, so I've tried the following in yi.cabal:
flag hint
if impl(ghc >= 7.10.1)
Default: False
else
Default: True
Description: Include hint (haskell interpreter) in yi
but got
cabal: '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
Is it a bug in cabal or is it illegal to place Default field under conditional?
The text was updated successfully, but these errors were encountered:
yi depends on hint, which is not updated for ghc 7.10 yet, so I've tried the following in yi.cabal:
but got
Is it a bug in cabal or is it illegal to place Default field under conditional?
The text was updated successfully, but these errors were encountered: