Rahul Muttineni
Rahul Muttineni
If possible, can you install `nslookup`? @NickSeagull might know how to do that on Arch.
@xmonader reports that installing `nslookup` worked for him. We should either remove the dependency on `nslookup` or add it to the docs that you need to have it installed.
@Arrple does this happen consistently?
So I found a slightly similar error with another Haskell app: https://github.com/reflex-frp/reflex-platform/issues/293. It turns out it's a problem specifically with WSL and it may be fixed by upgrading.
There's some cloud migration going on for Eta-related stuff and I haven't found the time to finish it. I'll see if I can find some time this month to finish...
Definitely sounds like a locking problem. We should implement the fix mentioned in the linked issue.
The default behaviour is to use the latest version that is installed already, as long as it matches the existing constraints. Do you think it may be better to have...
One way to get the behaviour you want is to use the `--allow-newer` flag when you install. In fact, I really want to make this flag a default since it...
If we use the `typelead/eta:latest` (or replace latest with the commit hash for the version you want) Docker image, we can get this done without typelead/etlas#39. I'm comfortable with CircleCI...
This looks interesting. Can you wipe out `~/.eta`, `~/.etlas` and do a fresh binary installation. And the first command you run after the installation is done should be have `-v3`...