format and fix Werror compile error
This commit is contained in:
parent
5f2d191ae7
commit
7466901875
4 changed files with 18 additions and 13 deletions
|
|
@ -1 +0,0 @@
|
|||
module Cache where
|
||||
|
|
@ -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