Martin Beták
Martin Beták
Yes, this issue pretty much prevents me from using the "add as dependency" IDE action and I always have to resort to manually editing the package.yaml file. @alanz Maybe if...
Hello from 2020 (what a great year!), I've just spent over an hour wondering why my page fails unexpectedly (and actually goes into infinite loop of `updateIfNeeded`), just because I...
Ideally the ghci command should be configurable so this could be overridden for projects that use plain Cabal.
@oshadmi @gkorland are we ok to merge this?
Ok, it turns out that this is related to https://github.com/RedisLabsModules/redismodule-rs/pull/62 and adding ``` [dev-dependencies] redis_module = { version = "0.9", features = ["test"] } ``` Fixed the problem. I guess...
@gavrie This can be probably closed after #157 has been merged and we use `Vec` for the args.
I dared to take a stab at this in https://github.com/tweag/ormolu/pull/911. Feedback welcome.
For more advanced usages and patterns I definitely agree. But supporting the basic case as the "all *.hs files in this directory" seems to be a better UX overall and...
@jbrechtel any objections to this PR?
I suppose with the proper guidance I could give it a shot 😅