summaryrefslogtreecommitdiff
path: root/2021/5.hs
diff options
context:
space:
mode:
authorTom Smeding <t.j.smeding@uu.nl>2021-12-12 17:22:52 +0100
committerTom Smeding <t.j.smeding@uu.nl>2021-12-12 17:22:52 +0100
commit61ed306db299c171293350ae028be0f9e7f4845b (patch)
tree09220edaff1ddebf2444400a69363f5f23915b83 /2021/5.hs
parentda515c27ceffe258a57d7eedbdaed6ca11b3a467 (diff)
Less warnings on 5 and 8
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