summaryrefslogtreecommitdiff
path: root/2021/8.hs
diff options
context:
space:
mode:
Diffstat (limited to '2021/8.hs')
-rw-r--r--2021/8.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/2021/8.hs b/2021/8.hs
index 7876aef..fa2db1c 100644
--- a/2021/8.hs
+++ b/2021/8.hs
@@ -1,3 +1,4 @@
+{-# OPTIONS -Wno-incomplete-uni-patterns #-}
module Main where
import qualified Data.Array as A