format and fix Werror compile error
This commit is contained in:
parent
6a4b945375
commit
c7869fe701
4 changed files with 18 additions and 13 deletions
|
|
@ -11,7 +11,7 @@ import Network.Wai.Handler.Warp qualified as Warp
|
|||
import Options.Applicative ((<**>))
|
||||
import Options.Applicative qualified as Opt
|
||||
|
||||
data Options = Options
|
||||
newtype Options = Options
|
||||
{ port :: Warp.Port
|
||||
}
|
||||
deriving stock (Show, Eq)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue