diff options
author | Tom Smeding <tom@tomsmeding.com> | 2024-06-03 18:09:13 +0200 |
---|---|---|
committer | Tom Smeding <tom@tomsmeding.com> | 2024-06-03 18:09:13 +0200 |
commit | 952228e1b598f2a7e635f41e6ecd87e81145781e (patch) | |
tree | c5603262f4dc42480410e718fe9d891dac497273 /test/Main.hs | |
parent | 20626932cca57d0787e8464dcfd88944eb6336ec (diff) |
ImportQualifiedPost everywhere
Diffstat (limited to 'test/Main.hs')
-rw-r--r-- | test/Main.hs | 3 |
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 () |