We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbe81b7 commit 9fa62fcCopy full SHA for 9fa62fc
1 file changed
package_index.jsonc
@@ -56,6 +56,15 @@
56
"cutter",
57
"dbcleaner",
58
"dbus-menu", // gtk-3
59
+ // Nightly deriving-trans (0.11.0.0) is only compatible with the
60
+ // latest mtl (2.3.2) at the _minor_ level i.e. lower versions fail.
61
+ // This is a problem if we want to allow usage with multiple GHC minors,
62
+ // as mtl is a boot package, hence we do not pin deriving-trans.
63
+ //
64
+ // Once boot packages are re-installable with ghc, we can remove mtl and
65
+ // the rest from the 'unpinned' key here, and then we be able to allow
66
+ // deriving-trans again.
67
+ "deriving-trans",
68
"diagrams-svg",
69
"discount",
70
"dl-fedora",
0 commit comments