Skip to content

Commit

Permalink
revert standalone deriving
Browse files Browse the repository at this point in the history
  • Loading branch information
drsk committed Oct 17, 2024
1 parent 54d425b commit be864c2
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
{-# LANGUAGE GADTs #-}
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE ScopedTypeVariables #-}
{-# LANGUAGE StandaloneDeriving #-}
{-# LANGUAGE TemplateHaskell #-}
{-# LANGUAGE TypeApplications #-}
{-# LANGUAGE TypeFamilies #-}
Expand Down Expand Up @@ -61,9 +60,7 @@ data Account (av :: AccountVersion) = Account
-- | The cooldown on the account.
_accountStakeCooldown :: !(Conditionally (SupportsFlexibleCooldown av) Cooldowns)
}

deriving instance forall av. (IsAccountVersion av) => Eq (Account av)
deriving instance forall av. (IsAccountVersion av) => Show (Account av)
deriving (Eq, Show)

makeLenses ''Account

Expand Down

0 comments on commit be864c2

Please sign in to comment.