add missing files
This commit is contained in:
parent
062ad337c3
commit
8cb730ec67
2 changed files with 3 additions and 0 deletions
|
@ -63,6 +63,7 @@ library
|
||||||
, Control.Auth
|
, Control.Auth
|
||||||
, Control.Avatar
|
, Control.Avatar
|
||||||
, Control.Meta
|
, Control.Meta
|
||||||
|
, Control.Role
|
||||||
, Model
|
, Model
|
||||||
, Model.User
|
, Model.User
|
||||||
, Model.Product
|
, Model.Product
|
||||||
|
@ -82,6 +83,7 @@ library
|
||||||
, Types.Journal
|
, Types.Journal
|
||||||
, Types.Avatar
|
, Types.Avatar
|
||||||
, Types.Meta
|
, Types.Meta
|
||||||
|
, Types.Role
|
||||||
, Util
|
, Util
|
||||||
-- other-extensions:
|
-- other-extensions:
|
||||||
build-depends: base >=4.12.0.0 && < 5
|
build-depends: base >=4.12.0.0 && < 5
|
||||||
|
|
|
@ -8,4 +8,5 @@ import Control.User as C
|
||||||
import Control.Auth as C
|
import Control.Auth as C
|
||||||
import Control.Product as C
|
import Control.Product as C
|
||||||
import Control.Avatar as C
|
import Control.Avatar as C
|
||||||
|
import Control.Role as C
|
||||||
import Control.Meta as C
|
import Control.Meta as C
|
||||||
|
|
Loading…
Reference in a new issue