Christian Kjær

Results 31 comments of Christian Kjær

@DanielG thanks! You're right. I have no idea how it ended in that state, nuking the `.stack-work` dir in the folder seems to output the same. I don't know if...

Yeah, it's a bit of a weird issue with this folder only. The `stack.yaml`, ``` resolver: lts-9.1 packages: - . extra-deps: [] flags: {} extra-package-dbs: [] ``` Running `ghc-mod check...

Hmm, I get (globally), ``` λ ~ $ stack path stack-root: /Users/tehnix/.stack project-root: /Users/tehnix/.stack/global-project config-location: /Users/tehnix/.stack/global-project/stack.yaml bin-path: /Users/tehnix/.stack/snapshots/x86_64-osx/lts-9.1/8.0.2/bin:/Users/tehnix/.stack/programs/x86_64-osx/ghc-8.0.2/bin:/Users/tehnix/.rbenv/plugins/ruby-build/bin:/Users/tehnix/.rbenv/shims:/Users/tehnix/.rbenv/bin:/Users/tehnix/.local/bin:/usr/local/opt/pyenv/shims:/usr/local/opt/pyenv/bin:/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/local/sbin:/Users/tehnix/.nix-profile/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands programs: /Users/tehnix/.stack/programs/x86_64-osx compiler-exe: /Users/tehnix/.stack/programs/x86_64-osx/ghc-8.0.2/bin/ghc compiler-bin: /Users/tehnix/.stack/programs/x86_64-osx/ghc-8.0.2/bin local-bin: /Users/tehnix/.local/bin extra-include-dirs: extra-library-dirs: snapshot-pkg-db: /Users/tehnix/.stack/snapshots/x86_64-osx/lts-9.1/8.0.2/pkgdb...

Moved to https://github.com/commercialhaskell/stack/issues/3417.

To sum up how I fixed it (although still remains how it got there), I went to `~/.stack/programs/x86_64-osx/ghc-8.0.2/lib/ghc-8.0.2/package.conf.d` where there was a `Cabal-2.0.0.2-1HTE9d8rwAi7gJIdEHeKh7.conf` present, along with `Cabal-1.24.2.0.conf`. I deleted `Cabal-2.0.0.2-1HTE9d8rwAi7gJIdEHeKh7.conf`...

Since this isn't closed, I assume you haven't made a decision yet. I've recently started using Angel, and love it already. My personal vote would be on the second option...

Just adding my voice to the choir! This is such a gem, and it is quite sad it is in this unfinished state. As far as I understood, Stephen got...

Got the exact same problem, not sure what is going wrong.

It seems at least the outline view of atom-ide-ui already suggests packages. ![screenshot 2017-11-01 11 20 07](https://user-images.githubusercontent.com/1189998/32257167-d5a65742-bef6-11e7-8cb5-e2797be85661.png) Clicking on `Install an IDE package first` sends the user to a package...

I think a generic way to link a specific package while also linking to alternatives would be nice (e.g. an Atom maintained one is not necessarily guaranteed to be the...