xmonad / X11

A Haskell binding to the X11 graphics library.

Home Page:http://hackage.haskell.org/package/X11

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Switch from data-default to data-default-class

zopsicle opened this issue · comments

X11 has a dependency on data-default so that it can supply an instance for the Default class. But the data-default package has a bunch of other dependencies to provide various instances, that X11 doesn’t seem to need. The data-default-class package supplies just the type class, which seems sufficient for X11.