- Drop support for pre-8.0 versions of GHC.
- Add
isKeyCode
function [ryantrinkle]
- Bugfix: the keycodes for
-
and=
were swapped on Gecko-based browsers (e.g., Firefox)
- Add
Data
,Typeable
,Generic
, andLift
instances forKey
when possible
- Bugfix involving keycode 74 (should be J, was incorrectly giving K) [roboguy13]
- Initial commit