mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 01:13:05 +00:00
haskellPackages.records-sop: fix build
This commit is contained in:
parent
d68e2539b1
commit
109035a742
@ -2625,10 +2625,10 @@ self: super: {
|
||||
# https://github.com/ngless-toolkit/ngless/issues/152
|
||||
NGLess = dontCheck super.NGLess;
|
||||
|
||||
# Raise version bounds for hspec
|
||||
# Raise version bounds: https://github.com/kosmikus/records-sop/pull/15
|
||||
records-sop = appendPatch (fetchpatch {
|
||||
url = "https://github.com/kosmikus/records-sop/pull/11/commits/d88831388ab3041190130fec3cdd679a4217b3c7.patch";
|
||||
sha256 = "sha256-O+v/OxvqnlWX3HaDvDIBZnJ+Og3xs/SJqI3gaouU3ZI=";
|
||||
url = "https://github.com/kosmikus/records-sop/commit/fb149f453a816ff14d0cb20b3ea56b80ff49d9f1.patch";
|
||||
sha256 = "sha256-iHiF4EWL/GjJFnr/6aR+yMZKLMLAZK+gsgSxG8YaeDI=";
|
||||
}) super.records-sop;
|
||||
|
||||
# Fix build failures for ghc 9 (https://github.com/mokus0/polynomial/pull/20)
|
||||
|
@ -4930,7 +4930,6 @@ broken-packages:
|
||||
- record-encode # failure in job https://hydra.nixos.org/build/233216156 at 2023-09-02
|
||||
- record # failure in job https://hydra.nixos.org/build/233242406 at 2023-09-02
|
||||
- records # failure in job https://hydra.nixos.org/build/233254822 at 2023-09-02
|
||||
- records-sop # failure in job https://hydra.nixos.org/build/233251652 at 2023-09-02
|
||||
- record-wrangler # failure in job https://hydra.nixos.org/build/233212838 at 2023-09-02
|
||||
- rec-smallarray # failure in job https://hydra.nixos.org/build/233258592 at 2023-09-02
|
||||
- recursive-line-count # failure in job https://hydra.nixos.org/build/252736942 at 2024-03-16
|
||||
|
@ -3785,9 +3785,6 @@ dont-distribute-packages:
|
||||
- sqlcli-odbc
|
||||
- sqlite-simple-interpolate
|
||||
- sqlite-simple-typed
|
||||
- squeal-postgresql
|
||||
- squeal-postgresql-ltree
|
||||
- squeal-postgresql-uuid-ossp
|
||||
- squeeze
|
||||
- sr-extra
|
||||
- srt-dhall
|
||||
|
@ -253405,8 +253405,6 @@ self: {
|
||||
];
|
||||
description = "Record subtyping and record utilities with generics-sop";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"records-th" = callPackage
|
||||
@ -284256,7 +284254,6 @@ self: {
|
||||
];
|
||||
description = "Squeal PostgreSQL Library";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
mainProgram = "example";
|
||||
}) {};
|
||||
|
||||
@ -284274,7 +284271,6 @@ self: {
|
||||
];
|
||||
description = "LTree extension for Squeal";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"squeal-postgresql-uuid-ossp" = callPackage
|
||||
@ -284286,7 +284282,6 @@ self: {
|
||||
libraryHaskellDepends = [ base squeal-postgresql ];
|
||||
description = "UUID OSSP extension for Squeal";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"squeather" = callPackage
|
||||
|
Loading…
Reference in New Issue
Block a user