diff options
author | Tom Smeding <t.j.smeding@uu.nl> | 2021-12-12 17:22:52 +0100 |
---|---|---|
committer | Tom Smeding <t.j.smeding@uu.nl> | 2021-12-12 17:22:52 +0100 |
commit | 61ed306db299c171293350ae028be0f9e7f4845b (patch) | |
tree | 09220edaff1ddebf2444400a69363f5f23915b83 | |
parent | da515c27ceffe258a57d7eedbdaed6ca11b3a467 (diff) |
Less warnings on 5 and 8
-rw-r--r-- | 2021/5.hs | 1 | ||||
-rw-r--r-- | 2021/8.hs | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -1,4 +1,5 @@ {-# LANGUAGE TupleSections #-} +{-# OPTIONS -Wno-incomplete-uni-patterns #-} module Main where import qualified Data.Array as A @@ -1,3 +1,4 @@ +{-# OPTIONS -Wno-incomplete-uni-patterns #-} module Main where import qualified Data.Array as A |