From d71c6f8c5955e8a9861e3f3957b293a369aac954 Mon Sep 17 00:00:00 2001
From: Ben Sima <ben@bsima.me>
Date: Fri, 3 May 2024 22:34:10 -0400
Subject: Switch to nixpkgs-23.11, ghc 9.6.3

This brings a bunch of improvements. I got rid of some custom packages, I can
now build exllama without using a non-default cuda version. Oh yeah and I get to
use GHC 9.6.2 now, a huge upgrade from 9.4. Unfortunately I also updated ormolu
and some unrelated formatting changed, but that's life I guess.
---
 Biz/Look.hs | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

(limited to 'Biz/Look.hs')

diff --git a/Biz/Look.hs b/Biz/Look.hs
index 2e05993..7258375 100644
--- a/Biz/Look.hs
+++ b/Biz/Look.hs
@@ -126,11 +126,13 @@ fuckingStyle = do
       ]
       [sansSerif]
   "main" ? Flexbox.flex 1 0 auto
-  "main" <> "header" <> "footer" ? do
-    maxWidth (px 900)
-    width (pct 100)
-    margin (em 1) auto 1 auto
-    padding (em 0) 0 0 0
+  "main"
+    <> "header"
+    <> "footer" ? do
+      maxWidth (px 900)
+      width (pct 100)
+      margin (em 1) auto 1 auto
+      padding (em 0) 0 0 0
   "h1" <> "h2" <> "h3" ? lineHeight (em 1.2)
   query Clay.all [prefersDark] <| do
     "body" ? do
-- 
cgit v1.2.3