Fix port type
This commit is contained in:
parent
6a53f3891b
commit
a1b88e24b8
2 changed files with 2 additions and 2 deletions
|
@ -46,7 +46,7 @@ data MyriadConfig = MyriadConfig
|
|||
, buildConcurrently :: Bool
|
||||
, prepareContainers :: Bool
|
||||
, cleanupInterval :: Natural
|
||||
, port :: Integer
|
||||
, port :: Natural
|
||||
} deriving (Show, Generic)
|
||||
|
||||
instance Interpret MyriadConfig
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue