summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Esteves <alexfmpe@proton.me>2024-05-31 23:39:59 +0100
committersternenseemann <sternenseemann@systemli.org>2024-06-08 22:29:57 +0200
commit3fab5ebff01f5b9094ab96d207438ad1e271e0b1 (patch)
treecce5e8b46b1633cadc329534b449a0d76f0ae0cf
parent6457cf0c0141933ed396d2544b8f52202d5d6803 (diff)
haskellPackages.lens-sop: fix build
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix12
-rw-r--r--pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml1
-rw-r--r--pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml1
-rw-r--r--pkgs/development/haskell-modules/hackage-packages.nix3
4 files changed, 0 insertions, 17 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index cefce06d8431..187fb2c5041e 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -2647,18 +2647,6 @@ self: super: {
# https://github.com/ngless-toolkit/ngless/issues/152
NGLess = dontCheck super.NGLess;
- # Raise version bounds: https://github.com/well-typed/lens-sop/pull/4
- lens-sop = appendPatches [
- (fetchpatch {
- url = "https://github.com/well-typed/lens-sop/commit/d8657f27c12191a7c0a91701c0fcd9a590e0090e.patch";
- sha256 = "sha256-9ODfbOb6Bs3EVTY9b7cUvkNmqzzZPWUmgmlAneaN3Tw=";
- })
- (fetchpatch {
- url = "https://github.com/well-typed/lens-sop/commit/b7ecffdeb836d19373871659e2f8cd24da6f7312.patch";
- sha256 = "sha256-hDUQ2fW9Qyom65YvtW9bsbz7XtueRmdsAbAB42D+gu4=";
- })
- ] super.lens-sop;
-
# Raise version bounds: https://github.com/kosmikus/records-sop/pull/15
records-sop = appendPatch (fetchpatch {
url = "https://github.com/kosmikus/records-sop/commit/fb149f453a816ff14d0cb20b3ea56b80ff49d9f1.patch";
diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml
index fe1e0b579ba3..0f9a395bb888 100644
--- a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml
+++ b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml
@@ -3436,7 +3436,6 @@ broken-packages:
- lens-process # failure in job https://hydra.nixos.org/build/233242948 at 2023-09-02
- lensref # failure in job https://hydra.nixos.org/build/233205479 at 2023-09-02
- lens-simple # failure in job https://hydra.nixos.org/build/233245452 at 2023-09-02
- - lens-sop # failure in job https://hydra.nixos.org/build/259961739 at 2024-05-19
- lens-tell # failure in job https://hydra.nixos.org/build/233234619 at 2023-09-02
- lens-text-encoding # failure in job https://hydra.nixos.org/build/233222713 at 2023-09-02
- lens-th-rewrite # failure in job https://hydra.nixos.org/build/233201025 at 2023-09-02
diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml
index b048efbfb545..6848451f3aca 100644
--- a/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml
+++ b/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml
@@ -2424,7 +2424,6 @@ dont-distribute-packages:
- json-query
- json-rpc-client
- json-schema
- - json-sop
- json-spec-elm
- json-spec-elm-servant
- json-spec-openapi
diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix
index 23f3c5c2b433..df67fccfa595 100644
--- a/pkgs/development/haskell-modules/hackage-packages.nix
+++ b/pkgs/development/haskell-modules/hackage-packages.nix
@@ -179537,7 +179537,6 @@ self: {
];
description = "Generics JSON (de)serialization using generics-sop";
license = lib.licenses.bsd3;
- hydraPlatforms = lib.platforms.none;
maintainers = [ lib.maintainers.alexfmpe ];
}) {};
@@ -189161,9 +189160,7 @@ self: {
];
description = "Computing lenses generically using generics-sop";
license = lib.licenses.bsd3;
- hydraPlatforms = lib.platforms.none;
maintainers = [ lib.maintainers.alexfmpe ];
- broken = true;
}) {};
"lens-tell" = callPackage