haskell-overridez icon indicating copy to clipboard operation
haskell-overridez copied to clipboard

Simplify usage of nix dependencies during haskell development

Results 4 haskell-overridez issues
Sort by recently updated
recently updated
newest added

- Added a new sub package just for testing - the subpackage takes the built executable as a build dependency and runs the tests

E.g. the version of each override and what options are set

enhancement

This should be done in various places - [x] In the haskell implementation (completed in #49 ) - [ ] In each of the integration test fixtures - [ ]...

enhancement

- the integration tests added in #24 all build the same thing - the 2 passing tests specify their dependencies using cabal2nix with - 1. cabal uris: `cabal://my-package-id` - 2....

bug
wontfix