Skip to content

haskellPackages.quickspec: Unmark broken#335548

Merged
maralorn merged 3 commits intoNixOS:haskell-updatesfrom
rvl:haskell-updates-quickspec
Aug 19, 2024
Merged

haskellPackages.quickspec: Unmark broken#335548
maralorn merged 3 commits intoNixOS:haskell-updatesfrom
rvl:haskell-updates-quickspec

Conversation

@rvl
Copy link
Contributor

@rvl rvl commented Aug 18, 2024

This is for merging into haskell-updates (PR #331380).

  • quickspec is no longer broken, so remove it from broken.yaml.
  • quickcheck-state-machine has a SQLite example/test case. Version 0.8.0 has developed an incompatibility with persistent-sqlite (2.13.3.0). Easiest solution is to chop out the offending test module.
  • quickcheck-state-machine_0_10_0 is not broken.

The following packages now build on x86_64-linux:

  • haskellPackages.quickspec
  • haskellPackages.quickcheck-state-machine
  • haskellPackages.quickcheck-state-machine_0_10_0

rvl added 3 commits August 18, 2024 15:47
Package version 2.1.5 failed to build and was therefore marked broken.

Package version 2.2 has fixed the twee-lib dependency version
constraint and can build successfully.
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
@github-actions github-actions bot added the 6.topic: haskell General-purpose, statically typed, purely functional programming language label Aug 18, 2024
@ofborg ofborg bot added 8.has: package (new) This PR adds a new package 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. labels Aug 18, 2024
@maralorn
Copy link
Member

That's one of those overrides which we regularly forget to remove. Maybe we can add an assert on the package version with a comment which tells us to remove the override?

@rvl
Copy link
Contributor Author

rvl commented Aug 19, 2024

That's one of those overrides which we regularly forget to remove. Maybe we can add an assert on the package version with a comment which tells us to remove the override?

The version assertion exists -- I just hid it on the postPatch = line. 😉

@maralorn
Copy link
Member

🤦

@maralorn maralorn merged commit 8cb4fc4 into NixOS:haskell-updates Aug 19, 2024
@maralorn
Copy link
Member

Thank you

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 8.has: package (new) This PR adds a new package 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants