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
name: p
version: 1
category: None
synopsis: Test
license: BSD3
build-type: Simple
cabal-version: >=1.8
flag f
default True
manual: True
executable e
main-is: Main.hs
running "cabal configure" says
cabal: 'parseField' called on a non-field. Consider this a bug.
This is caused by the missing colon after "default".
I can reproduce this both with a cabal that identifies itself as
cabal-install version 0.14.0
using version 1.14.0 of the Cabal library
and with one taken from the 1.16 branch today.
The text was updated successfully, but these errors were encountered:
Given this q.cabal:
running "cabal configure" says
This is caused by the missing colon after "default".
I can reproduce this both with a cabal that identifies itself as
and with one taken from the 1.16 branch today.
The text was updated successfully, but these errors were encountered: