Skip to content

Commit

Permalink
Fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
mpscholten committed Dec 11, 2020
1 parent 54cc169 commit 8084611
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions IHP/IDE/CodeGen/JobGenerator.hs
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ import qualified Text.Countable as Countable

data JobConfig = JobConfig
{ applicationName :: Text
, tableName :: Text -- | E.g. create_container_jobs
, modelName :: Text -- | E.g. CreateContainerJob
, tableName :: Text -- E.g. create_container_jobs
, modelName :: Text -- E.g. CreateContainerJob
} deriving (Eq, Show)

buildPlan :: Text -> Text -> IO (Either Text [GeneratorAction])
Expand Down
5 changes: 5 additions & 0 deletions ihp.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,11 @@ library IHPFramework
, IHP.Version
, IHP.Point
, Paths_ihp
, IHP.IDE.CodeGen.JobGenerator
, IHP.IDE.CodeGen.View.NewJob
, IHP.Job.Queue
, IHP.Job.Runner
, IHP.Job.Types

executable RunDevServer
import: shared-properties
Expand Down

0 comments on commit 8084611

Please sign in to comment.