diff options
author | Mikolaj Konarski <mikolaj.konarski@funktory.com> | 2025-05-13 16:59:17 +0200 |
---|---|---|
committer | Mikolaj Konarski <mikolaj.konarski@funktory.com> | 2025-05-13 16:59:17 +0200 |
commit | ca78d92aa55e9ba8ad179ef42515e4e7b2b8155a (patch) | |
tree | 8311a404637693dbaec34e8ef13459e19cd20020 /test/Util.hs | |
parent | 0b021e8630ab78ccad076cf8357e370f4a0fcab5 (diff) |
Apply some suggestions from hlint
Diffstat (limited to 'test/Util.hs')
-rw-r--r-- | test/Util.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/Util.hs b/test/Util.hs index 0273423..7c06b2f 100644 --- a/test/Util.hs +++ b/test/Util.hs @@ -1,7 +1,6 @@ {-# LANGUAGE DataKinds #-} {-# LANGUAGE GADTs #-} {-# LANGUAGE ImportQualifiedPost #-} -{-# LANGUAGE PatternSynonyms #-} {-# LANGUAGE ScopedTypeVariables #-} {-# LANGUAGE TypeApplications #-} {-# LANGUAGE TypeFamilies #-} |