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
--- a/ermine.cabal+++ b/ermine.cabal@@ -48,9 +48,13 @@ source-repository head
type: git
location: git://github.com/ekmett/ermine.git
+-- work around https://github.com/ermine-language/ermine/issues/17
flag ekg
manual: True
- default: True+ if os(windows)+ default: False+ else+ default: True
-- `cabal install --enable-tests -f-doctests` to disable doctest suite
flag doctests
Yields this error at command line:
j:\scompall\src\ermine>cabal --version
cabal-install version 1.22.0.0
using version 1.22.0.0 of the Cabal library
j:\scompall\src\ermine>cabal configure --enable-tests
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
The text was updated successfully, but these errors were encountered:
This patch to ermine-language/ermine#17
Yields this error at command line:
The text was updated successfully, but these errors were encountered: