Moritz Angermann

Results 63 issues of Moritz Angermann

As noticed in input-output-hk/haskell.nix#142, `cabal-to-nix` doesn't, but probably should support `--help`.

enhancement
help wanted
good first issue

Since merging #31, we now have two copies of the caching logic. This should be externalized into a library! If we use a sub library to externalize the caching logic,...

When generating the nix expression from the stack.yaml, we should also generate ```nix let stack-pkgs = import ./stack-pkgs.nix; overlay = self: super: { haskellPackages = (import ).lts-9_1 { extraDeps =...

Stack2Nix

dealing with package local dependencies can be a hassle. The solution here is to force package local dependencies to be in the deps folder. This likely will require some massaging...

First of all, let me say thank you for this! `mkYarnPackage` from nixpkgs, had me close to a heart attack. Now I've found that a lot of javascript folks like...

Trying to build this with ``` nix develop github:input-output-hk/iohk-nix?rev=80aaf3d9b0ac0ea3f7c668ce01573d37326376d5#ghc924 --no-write-lock-file ``` and then ``` cabal update cabal build plutus-core:lib:plutus-core ```