commit 1f7d84f4153a090952a118932b726644cd7db574 parent f2a62f941f49bb7408e1258914fc4bca8aec33ef Author: Jared Tobin <jared@jtobin.io> Date: Sat, 18 Apr 2026 11:26:45 +0800 test: silence warnings Diffstat:
| M | test/Main.hs | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/test/Main.hs b/test/Main.hs @@ -1,4 +1,6 @@ {-# LANGUAGE OverloadedStrings #-} +{-# OPTIONS_GHC -Wno-incomplete-uni-patterns #-} +{-# OPTIONS_GHC -Wno-x-partial #-} module Main where