move GovernorMutation effect to Effect
This commit is contained in:
parent
eb6b617d4d
commit
7c5c8d423a
2 changed files with 9 additions and 9 deletions
|
|
@ -129,9 +129,9 @@ library
|
|||
exposed-modules:
|
||||
Agora.AuthorityToken
|
||||
Agora.Effect
|
||||
Agora.Effect.GovernorMutation
|
||||
Agora.Effect.NoOp
|
||||
Agora.Effect.TreasuryWithdrawal
|
||||
Agora.Effects.GovernorMutation
|
||||
Agora.Governor
|
||||
Agora.Governor.Scripts
|
||||
Agora.MultiSig
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
{-# LANGUAGE TemplateHaskell #-}
|
||||
|
||||
{- |
|
||||
Module : Agora.Effects.GovernorMutation
|
||||
Module : Agora.Effect.GovernorMutation
|
||||
Maintainer : chfanghr@gmail.com
|
||||
Description: An effect that mutates governor settings
|
||||
|
||||
An effect for mutating governor settings
|
||||
-}
|
||||
module Agora.Effects.GovernorMutation (
|
||||
module Agora.Effect.GovernorMutation (
|
||||
-- * Haskell-land
|
||||
MutateGovernorDatum (..),
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue