aboutsummaryrefslogtreecommitdiff
path: root/test/Main.hs
diff options
context:
space:
mode:
authorTom Smeding <tom@tomsmeding.com>2024-06-03 18:09:13 +0200
committerTom Smeding <tom@tomsmeding.com>2024-06-03 18:09:13 +0200
commit952228e1b598f2a7e635f41e6ecd87e81145781e (patch)
treec5603262f4dc42480410e718fe9d891dac497273 /test/Main.hs
parent20626932cca57d0787e8464dcfd88944eb6336ec (diff)
ImportQualifiedPost everywhere
Diffstat (limited to 'test/Main.hs')
-rw-r--r--test/Main.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Main.hs b/test/Main.hs
index 7e62641..d3b97ab 100644
--- a/test/Main.hs
+++ b/test/Main.hs
@@ -1,8 +1,9 @@
+{-# LANGUAGE ImportQualifiedPost #-}
module Main where
import Test.Tasty
-import qualified Tests.C
+import Tests.C qualified
main :: IO ()