We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d816f53 commit cc0105eCopy full SHA for cc0105e
pkgs/development/haskell-modules/configuration-ghc-9.12.x.nix
@@ -103,6 +103,8 @@ with haskellLib;
103
104
lucid = doJailbreak super.lucid; # base <4.21
105
extensions_0_1_0_3 = doJailbreak super.extensions_0_1_0_3; # hedgehog >=1.0 && <1.5, hspec-hedgehog >=0.0.1 && <0.2
106
+ # https://github.com/haskell-party/feed/issues/73
107
+ feed = doJailbreak super.feed; # base, time
108
hie-compat = doJailbreak super.hie-compat; # base <4.21
109
hiedb = doJailbreak super.hiedb; # base >=4.12 && <4.21, ghc >=8.6 && <9.11
110
ed25519 = doJailbreak super.ed25519; # https://github.com/thoughtpolice/hs-ed25519/issues/39
0 commit comments