Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions package_index.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,15 @@
"cutter",
"dbcleaner",
"dbus-menu", // gtk-3
// Nightly deriving-trans (0.11.0.0) is only compatible with the
// latest mtl (2.3.2) at the _minor_ level i.e. lower versions fail.
// This is a problem if we want to allow usage with multiple GHC minors,
// as mtl is a boot package, hence we do not pin deriving-trans.
//
// Once boot packages are re-installable with ghc, we can remove mtl and
// the rest from the 'unpinned' key here, and then we be able to allow
// deriving-trans again.
"deriving-trans",
"diagrams-svg",
"discount",
"dl-fedora",
Expand Down