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 216e95c commit 09f2c45Copy full SHA for 09f2c45
2 files changed
pkgs/development/haskell-modules/configuration-common.nix
@@ -2479,4 +2479,7 @@ self: super: {
2479
# bytestring <0.11.0, optparse-applicative <0.13.0
2480
# https://github.com/kseo/sfnt2woff/issues/1
2481
sfnt2woff = doJailbreak super.sfnt2woff;
2482
+
2483
+ # 2023-03-05: restrictive bounds on base https://github.com/diagrams/diagrams-gtk/issues/11
2484
+ diagrams-gtk = doJailbreak super.diagrams-gtk;
2485
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml
@@ -1129,7 +1129,6 @@ broken-packages:
1129
- dia-base
1130
- diagrams-boolean
1131
- diagrams-builder
1132
- - diagrams-gtk
1133
- diagrams-pdf
1134
- diagrams-qrcode
1135
- diagrams-rubiks-cube
0 commit comments