Open Issues Need Help
View All on GitHubAI Summary: The project's CI/CD pipeline is excessively slow (30+ minutes) because it uses `nix-shell --run "cabal test"`, leading to duplicate builds and significant overhead. The proposed solution is to refactor the CI/CD to leverage `haskell.nix`'s native test component building, directly building tests as Nix derivations via `nix-build`, which is expected to reduce CI time by 20-25 minutes.
⏩ NeoHaskell is a dialect of Haskell that is focused on newcomer-friendliness and productivity.
AI Summary: Doctests are failing with a "cannot satisfy -package-id Cabal" error after migrating to Haskell.nix. This issue stems from package environment mismatches and missing GHC environment variables in the isolated Nix build environment, risking documentation drift and broken examples. Potential solutions include setting specific GHC environment variables or migrating to `cabal-docspec`.
⏩ NeoHaskell is a dialect of Haskell that is focused on newcomer-friendliness and productivity.
⏩ NeoHaskell is a dialect of Haskell that is focused on newcomer-friendliness and productivity.
⏩ NeoHaskell is a dialect of Haskell that is focused on newcomer-friendliness and productivity.
⏩ NeoHaskell is a dialect of Haskell that is focused on newcomer-friendliness and productivity.
⏩ NeoHaskell is a dialect of Haskell that is focused on newcomer-friendliness and productivity.
⏩ NeoHaskell is a dialect of Haskell that is focused on newcomer-friendliness and productivity.