Valentin Reis

Results 10 comments of Valentin Reis

these should realistically be yanked out - I don't expect there are any users, and there were a significant number of bugs. The more recent versions (hosted at github) may...

The obandit package tarballs should be fixed by https://github.com/ocaml/opam-repository/pull/16610 . With apologies for the time this took.

I had the same issue. FYI, In the case of my system, this was not a zaw issue. It was caused by the following bit of zsh code interfering: ```...

I similarly re-use the variables from the nix haskell package ghcide is supposed to be used to hack on. Maybe the proposed bit of yaml configuration can allow providing a...

I'm using the project actively as cabal file generation seems the most convenient way to marry complex Nix packaging with Cabal. I find that I often rely on `dhall-to-cabal` to...

It's mostly small scale use but I still reap benefits, here's one of the configurations I used, Dhall usage is mostly for code factoring. It's a small project but the...

Note that the cabal file is just jailbreaked, the generated cabal2nix file was altered here: ``` drv = pkgs.haskell.lib.doJailbreak (variant (haskellPackages.callPackage f {})); ```

That's a cool feature. Pinging you as suggested @bitc :)

@annaluiseblume I'm testing that branch and having issues. It uses build_command_bare, which ignores my hdevtools_options. If I change that call, I get an error that seems to pertain to an...