Skip to content

Commit

Permalink
Add Ord instance for ThreadToken (fix #157). (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
ak3n committed Dec 1, 2021
1 parent 05344c4 commit 9c0cf02
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -36,7 +36,7 @@ data ThreadToken = ThreadToken
{ ttOutRef :: TxOutRef
, ttCurrencySymbol :: CurrencySymbol
}
deriving stock (Haskell.Eq, Haskell.Show, Generic)
deriving stock (Haskell.Eq, Haskell.Show, Haskell.Ord, Generic)
deriving anyclass (ToJSON, FromJSON, OpenApi.ToSchema)


Expand Down

0 comments on commit 9c0cf02

Please sign in to comment.