mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 05:05:29 +03:00
haskellPackages.squeal-postgresql: fix build
This commit is contained in:
parent
c959c6ccf1
commit
4bf84c57e2
4 changed files with 8 additions and 3 deletions
|
@ -208,6 +208,7 @@ self: super: {
|
|||
persistent-zookeeper = dontCheck super.persistent-zookeeper;
|
||||
pocket-dns = dontCheck super.pocket-dns;
|
||||
postgresql-simple = dontCheck super.postgresql-simple;
|
||||
squeal-postgresql = dontCheck super.squeal-postgresql;
|
||||
postgrest = dontCheck super.postgrest;
|
||||
postgrest-ws = dontCheck super.postgrest-ws;
|
||||
snowball = dontCheck super.snowball;
|
||||
|
@ -2650,4 +2651,10 @@ self: super: {
|
|||
sha256 = "0wxpqazjnal9naibapg63nm7x6qz0lklcfw2m5mzjrh2q9x2cvnd";
|
||||
}) super.debian;
|
||||
|
||||
# Raise version bounds for hspec
|
||||
records-sop = appendPatch (fetchpatch {
|
||||
url = "https://github.com/kosmikus/records-sop/pull/11/commits/d88831388ab3041190130fec3cdd679a4217b3c7.patch";
|
||||
sha256 = "sha256-O+v/OxvqnlWX3HaDvDIBZnJ+Og3xs/SJqI3gaouU3ZI=";
|
||||
}) super.records-sop;
|
||||
|
||||
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
|
||||
|
|
|
@ -4216,7 +4216,6 @@ broken-packages:
|
|||
- record
|
||||
- record-encode
|
||||
- records
|
||||
- records-sop
|
||||
- record-wrangler
|
||||
- recursion-schemes-ext
|
||||
- recursion-schemes-ix
|
||||
|
|
|
@ -188,6 +188,7 @@ package-maintainers:
|
|||
- hakyll
|
||||
- hakyll-contrib-hyphenation
|
||||
- webify
|
||||
- squeal-postgresql
|
||||
Gabriel439:
|
||||
- annah
|
||||
- bench
|
||||
|
|
|
@ -229732,8 +229732,6 @@ self: {
|
|||
];
|
||||
description = "Record subtyping and record utilities with generics-sop";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"records-th" = callPackage
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue