add missing files

This commit is contained in:
nek0 2020-07-19 11:07:52 +02:00
parent 062ad337c3
commit 8cb730ec67
2 changed files with 3 additions and 0 deletions

View File

@ -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

View File

@ -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