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:
parent
32055efa42
commit
f1e89b647d
@ -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
|
||||
|
1
src/Data/Functor/Classes/Ord/Generic.hs
Normal file
1
src/Data/Functor/Classes/Ord/Generic.hs
Normal file
@ -0,0 +1 @@
|
||||
module Data.Functor.Classes.Ord.Generic where
|
Loading…
Reference in New Issue
Block a user