Merge branch 'master' of github.com:Liqwid-Labs/agora into jhodgdev/treasury

This commit is contained in:
Jack Hodgkinson 2022-03-02 14:28:05 +00:00
commit 507a4b2247
12 changed files with 878 additions and 107 deletions

View file

@ -23,7 +23,6 @@ common lang
pprelude (PPrelude as Prelude)
default-extensions:
UndecidableInstances
NoStarIsType
BangPatterns
BinaryLiterals
@ -76,6 +75,8 @@ common lang
TypeFamilies
TypeOperators
TypeSynonymInstances
UndecidableInstances
UndecidableInstances
ViewPatterns
OverloadedRecordDot
QualifiedDo
@ -116,9 +117,13 @@ library
import: lang, deps
exposed-modules:
Agora.AuthorityToken
Agora.SafeMoney
Agora.SafeMoney.QQ
Agora.Stake
Agora.Treasury
Agora.Voting
other-modules:
other-modules: Agora.Utils
hs-source-dirs: src
library pprelude