Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update nixpkgs and version bounds supporting up to GHC 9.2 #153

Merged
merged 1 commit into from Aug 5, 2022

Conversation

infinisil
Copy link
Member

  • Update nixpkgs to a version where GHC 9.0.2 is the default
  • Don't have a separate aeson <2 build anymore, aeson 2 is now the default in nixpkgs which would make testing <2 difficult
  • Update cabal version bounds to allow building up to GHC 9.2. This was tested manually with the equivalent of
    nix-shell -p cabal-install haskell.compiler.ghc923 --pure --run 'cabal run test:tests'
    And also running the server

Should fix #152

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.

GHC 9.2 compatibility
1 participant