format and fix Werror compile error

This commit is contained in:
Emily Martins 2022-06-23 15:05:35 +02:00
parent 5f2d191ae7
commit 7466901875
4 changed files with 18 additions and 13 deletions

View file

@ -1 +0,0 @@
module Cache where

View file

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