Skip to content

haskellPackages.ghc98: fix singletons packages#323273

Merged
maralorn merged 4 commits intoNixOS:haskell-updatesfrom
mpscholten:fix-th-desugar
Jul 4, 2024
Merged

haskellPackages.ghc98: fix singletons packages#323273
maralorn merged 4 commits intoNixOS:haskell-updatesfrom
mpscholten:fix-th-desugar

Conversation

@mpscholten
Copy link
Contributor

@mpscholten mpscholten commented Jun 29, 2024

Description of changes

We use the units packages in a project. It depend on singletons-base. This PR fixes all the singletons packages for GHC 9.8.

Things done

  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandboxing enabled in nix.conf? (See Nix manual)
    • sandbox = relaxed
    • sandbox = true
  • Tested, as applicable:
  • Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage
  • Tested basic functionality of all binary files (usually in ./result/bin/)
  • 24.11 Release Notes (or backporting 23.11 and 24.05 Release notes)
    • (Package updates) Added a release notes entry if the change is major or breaking
    • (Module updates) Added a release notes entry if the change is significant
    • (Module addition) Added a release notes entry if adding a new NixOS module
  • Fits CONTRIBUTING.md.

Add a 👍 reaction to pull requests you find important.

@github-actions github-actions bot added the 6.topic: haskell General-purpose, statically typed, purely functional programming language label Jun 29, 2024
With v1.16 the package is building again on GHC9.8
@mpscholten mpscholten changed the title haskellPackages.ghc98.th-desugar: 1.15 -> 1.17 haskellPackages.ghc98.th-desugar: 1.15 -> 1.16 Jun 29, 2024
- ShellCheck == 0.9.0 # 2024-03-21: pinned by haskell-ci
- versions < 6 # 2024-04-22: required by spago-0.21
- fsnotify < 0.4 # 2024-04-22: required by spago-0.21
- th-desugar == 1.16 # 2024-06-28: preserve for GHC 9.8
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I hope this is the correct way to force a specific version into hackage-packages.nix 👍

@ofborg ofborg bot added 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin. 10.rebuild-linux: 0 This PR does not cause any packages to rebuild on Linux. labels Jun 29, 2024
@mpscholten mpscholten changed the title haskellPackages.ghc98.th-desugar: 1.15 -> 1.16 haskellPackages.ghc98: fix singletons packages Jun 29, 2024
@mpscholten
Copy link
Contributor Author

@maralorn could you take a look?

@maralorn
Copy link
Member

maralorn commented Jul 4, 2024

Thank you.

@maralorn maralorn merged commit 75bb519 into NixOS:haskell-updates Jul 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

6.topic: haskell General-purpose, statically typed, purely functional programming language 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin. 10.rebuild-linux: 0 This PR does not cause any packages to rebuild on Linux.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants