Skip to content

[#72] Fix strange GHC error when building with nixos-unstable#74

Merged
s-and-witch merged 1 commit intomainfrom
Player205/fix-strange-GHC-error
Jan 7, 2023
Merged

[#72] Fix strange GHC error when building with nixos-unstable#74
s-and-witch merged 1 commit intomainfrom
Player205/fix-strange-GHC-error

Conversation

@s-and-witch
Copy link
Collaborator

Problem: GHC 9.2 (for some reason) can't derive Arbitrary instances

Solution:

  • Add -fconstraint-solver-iterations=0 GHC option
  • Update GHCs in CI and add check that we can build our project with nix

Problem: GHC 9.2 (for some reason) can't derive Arbitrary instances

Solution:
  - Add `-fconstraint-solver-iterations=0` GHC option
  - Update GHCs in CI and add check that we can build our project with
    nix
@s-and-witch s-and-witch force-pushed the Player205/fix-strange-GHC-error branch from 8933e0a to 6574734 Compare January 7, 2023 07:17
@s-and-witch s-and-witch merged commit a29433b into main Jan 7, 2023
@s-and-witch s-and-witch deleted the Player205/fix-strange-GHC-error branch January 7, 2023 07:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant