diff options
author | Tom Smeding <tom@tomsmeding.com> | 2025-05-13 13:26:00 +0200 |
---|---|---|
committer | Tom Smeding <tom@tomsmeding.com> | 2025-05-13 13:26:00 +0200 |
commit | c01c701df62499589267e1b619e3740e01024f19 (patch) | |
tree | c248307abce9eefe20e51ba7e856419a8cd7143c /test | |
parent | f591041af07c3c9bdceef4dc368f9f320a078fda (diff) |
ImportQualifiedPost is not in Haskell2010
Diffstat (limited to 'test')
-rw-r--r-- | test/Main.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Main.hs b/test/Main.hs index fb97552..19f56e2 100644 --- a/test/Main.hs +++ b/test/Main.hs @@ -6,7 +6,7 @@ {-# LANGUAGE TypeFamilies #-} module Main where -import Data.Dependent.EnumMap.Strict qualified as DE +import qualified Data.Dependent.EnumMap.Strict as DE import Data.Dependent.Sum import Data.Some |