aboutsummaryrefslogtreecommitdiff
path: root/bench
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 /bench
parent20626932cca57d0787e8464dcfd88944eb6336ec (diff)
ImportQualifiedPost everywhere
Diffstat (limited to 'bench')
-rw-r--r--bench/Main.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/bench/Main.hs b/bench/Main.hs
index 16a7d3b..fdb7f25 100644
--- a/bench/Main.hs
+++ b/bench/Main.hs
@@ -1,8 +1,9 @@
+{-# LANGUAGE ImportQualifiedPost #-}
{-# LANGUAGE NumericUnderscores #-}
{-# LANGUAGE TypeApplications #-}
module Main where
-import qualified Numeric.LinearAlgebra as LA
+import Numeric.LinearAlgebra qualified as LA
import Test.Tasty.Bench
import Data.Array.Nested