James Brock

Results 280 comments of James Brock

[`cairo.cabal`](https://github.com/gtk2hs/gtk2hs/blob/e25b559cef77da6a11789375d3d17a3eca479b32/cairo/cairo.cabal) also does not specify `extra-libraries` dependencies.

I have a solution for this, will submit PR.

Thanks for opening an issue. What Nix shell are you running in? The IHaskell `nix develop` shell?

“Type information on arbitrary selected expressions” is the killer feature of any Haskell IDE. [vim-hdevtools](https://github.com/bitc/vim-hdevtools) has that. Actually, what it has works a little bit differently: 1. Press the F1...

I'm looking at the diff for this and I'm still annoyed? But if you want to do it this way then I'm happy to do that.

I’ve been trying to do an import-from-derivation with `node2nix` for `pulp` and it’s very hard. We want: * When a new version of a package comes out we can edit...

(Thank you very much for the work you’ve done on this @toastal )

Also qualified do.

I got an `UnusableDeclaration` today.

This is fixed in https://github.com/NixOS/nixpkgs/pull/138555/files Here is a temporary fix if you're still on nixpkgs 21.11. ```nix nixpkgs.overlays = [ (self: super: { ncurses5 = super.ncurses5.overrideAttrs (attr: { configureFlags =...