haskellPackages.graphql: remove no-longer-needed override

This commit is contained in:
Dennis Gosnell 2022-12-30 14:44:21 +09:00
parent 70598b7796
commit e3134c8180
No known key found for this signature in database
GPG key ID: 462E0C03D11422F4

View file

@ -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";