From c61f8b2ac2ecf5ff96401e1a913d41a6d5a4a343 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Sat, 4 Dec 2021 03:01:37 +0100 Subject: refuse doubled names --- lib/CheckDir.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/CheckDir.hs') diff --git a/lib/CheckDir.hs b/lib/CheckDir.hs index 17c6f78..5ad195f 100644 --- a/lib/CheckDir.hs +++ b/lib/CheckDir.hs @@ -9,6 +9,7 @@ -- | Module that contains high-level checking for an entire directory module CheckDir (recursiveCheckDir, DirResult(..), resultIsFatal) where +import Badges (badgeJson) import CheckMap (MapResult (..), loadAndLintMap) import Control.Monad (void) import Control.Monad.Extra (mapMaybeM) @@ -32,7 +33,6 @@ import System.FilePath.Posix (takeDirectory) import Types (Dep (Local, LocalMap), Level (..), hintLevel) import Util (PrettyPrint (prettyprint)) -import Badges (badgeJson) -- based on the startling observation that Data.Map has lower complexity -- cgit v1.2.3