From 6eaaf3d8ce6025932990de6fa697d14c9651be76 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Thu, 24 Dec 2020 14:24:16 -0500 Subject: linting fixes and cleanup --- Biz/App.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Biz/App.hs') diff --git a/Biz/App.hs b/Biz/App.hs index 5759499..5e66f71 100644 --- a/Biz/App.hs +++ b/Biz/App.hs @@ -29,7 +29,7 @@ instance Accept CSS where contentType _ = "text" // "css" /: ("charset", "utf-8") instance MimeRender CSS Text where - mimeRender _ = Lazy.encodeUtf8 . Lazy.fromStrict + mimeRender _ = Lazy.encodeUtf8 <. Lazy.fromStrict -- | The manifest describes your app for web app thumbnails, iPhone tiles, etc. data Manifest = Manifest -- cgit v1.2.3