From e3134c81808be1f9d8696539c2ce43a3b007153d Mon Sep 17 00:00:00 2001 From: Dennis Gosnell Date: Fri, 30 Dec 2022 14:44:21 +0900 Subject: [PATCH] haskellPackages.graphql: remove no-longer-needed override --- .../development/haskell-modules/configuration-common.nix | 9 --------- 1 file changed, 9 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index aa0538289992..59d2375f7a7d 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1887,15 +1887,6 @@ self: super: { # https://github.com/dagit/zenc/issues/5 zenc = doJailbreak super.zenc; - # Release 1.0.0.0 added version bounds (was unrestricted before), - # but with too strict lower bounds for our lts-18. - # Disable aeson for now, future release should support it - graphql = - assert super.graphql.version == "1.0.3.0"; - appendConfigureFlags [ - "-f-json" - ] super.graphql; - # https://github.com/ajscholl/basic-cpuid/pull/1 basic-cpuid = appendPatch (fetchpatch { url = "https://github.com/ajscholl/basic-cpuid/commit/2f2bd7a7b53103fb0cf26883f094db9d7659887c.patch";