Skip to content

Commit 9fa62fc

Browse files
committed
Exclude deriving-trans
1 parent dbe81b7 commit 9fa62fc

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

package_index.jsonc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,15 @@
5656
"cutter",
5757
"dbcleaner",
5858
"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",
5968
"diagrams-svg",
6069
"discount",
6170
"dl-fedora",

0 commit comments

Comments
 (0)