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 /bench | |
parent | 20626932cca57d0787e8464dcfd88944eb6336ec (diff) |
ImportQualifiedPost everywhere
Diffstat (limited to 'bench')
-rw-r--r-- | bench/Main.hs | 3 |
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 |