summaryrefslogtreecommitdiff
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
parentda515c27ceffe258a57d7eedbdaed6ca11b3a467 (diff)
Less warnings on 5 and 8
-rw-r--r--2021/5.hs1
-rw-r--r--2021/8.hs1
2 files changed, 2 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
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