Pranay Sashank
Pranay Sashank
when we have `modules` attr in `haskell_binary`, `main_function` is not respected which results in linking error when we try to build
**Describe the bug** I am following the instructions to use `rules_docker` together with nixpkgs from [here](https://rules-haskell.readthedocs.io/en/latest/haskell-use-cases.html#containerization-with-rules-docker) in the docs. When I run `bazel build //:example-image` if fails with ``` [pranaysashank@nixos:~/src/nd]$...
Request to add a new function similar to the newly introduced `toGlobalDefinitions` that is defined as ```haskell toGlobalDefinitionsWith :: (TypeDefinition ANY VALID -> Bool) -> Schema VALID -> [ClientTypeDefinition] toGlobalDefinitionsWith...
- Closes #8090. **TODO** - [ ] Check compatibility with #6248. --- Please include the following checklist in your PR: * [x] Patches conform to the [coding conventions](https://github.com/haskell/cabal/blob/master/CONTRIBUTING.md#conventions). * [...
When I try to build postgresql (version 13), two tests `collate.icu.utf8` and `foreigndata` fail. I noticed that the alpine repos have a [patch](https://git.alpinelinux.org/aports/tree/main/postgresql?h=master) to disable the `collate.icu.utf8` which is perhaps...
Tests added in this PR #783, `bracketPartialStreamProp` and `finallyPartialStreamProp` are failing on the CI mostly due to timing issues. However the tests `beforeProp` and `afterProp` are failing in `Prelude.Parallel` most...
I have `withHoogle = true` in `shellFor`, but when I run `:doc` in `cabal repl`. I get an error ``` ghc: Can't find any documentation for Network.HTTP.Req. This is probably...
**Describe the bug** When `index-state` or `cabalProjectFile` is passed to haskell-nix.project or haskell-nix.tool, bumping the hackageSrc pin causes rebuilds because of new revisions in the new updated index. **Steps To...
**Describe the bug** package..ghcOptions are not sent to haddock **Steps To Reproduce** 1) Add `-XDuplicateRecordFields` to a package that requires it in `ghcOptions` 2) Build the haddock derivation (via nix-shell),...
- Made separate modules for each ghc version in the hopes that maintaining them would become easier than the many nested if, else we have in cpp right now. -...