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.Avatar
|
||||
, Control.Meta
|
||||
, Control.Role
|
||||
, Model
|
||||
, Model.User
|
||||
, Model.Product
|
||||
|
@ -82,6 +83,7 @@ library
|
|||
, Types.Journal
|
||||
, Types.Avatar
|
||||
, Types.Meta
|
||||
, Types.Role
|
||||
, Util
|
||||
-- other-extensions:
|
||||
build-depends: base >=4.12.0.0 && < 5
|
||||
|
|
|
@ -8,4 +8,5 @@ import Control.User as C
|
|||
import Control.Auth as C
|
||||
import Control.Product as C
|
||||
import Control.Avatar as C
|
||||
import Control.Role as C
|
||||
import Control.Meta as C
|
||||
|
|
Loading…
Reference in a new issue