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