1
1
mirror of https://github.com/github/semantic.git synced 2024-11-24 08:54:07 +03:00

Stub in a module for a generic Ord1 implementation.

This commit is contained in:
Rob Rix 2017-09-29 11:37:18 -04:00
parent 32055efa42
commit f1e89b647d
2 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,7 @@ library
, Data.Error
, Data.Functor.Both
, Data.Functor.Classes.Eq.Generic
, Data.Functor.Classes.Ord.Generic
, Data.Functor.Classes.Show.Generic
, Data.JSON.Fields
, Data.Mergeable

View File

@ -0,0 +1 @@
module Data.Functor.Classes.Ord.Generic where