haskellPackages.squeal-postgresql: fix build

main
Kerstin Humm 2 years ago committed by Malte Brandy
parent c959c6ccf1
commit 4bf84c57e2
  1. 7
      pkgs/development/haskell-modules/configuration-common.nix
  2. 1
      pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml
  3. 1
      pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml
  4. 2
      pkgs/development/haskell-modules/hackage-packages.nix

@ -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…
Cancel
Save