diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2020-06-03 22:06:13 +0200 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2020-06-03 22:06:13 +0200 |
commit | 0a6e7a246b64d066ae75156d3adeaa49633c5ee6 (patch) | |
tree | 0c75cf227a5c458416b4c95454bae280cbee940d /lib/Hakyll/Core | |
parent | 8afbb62ed5e969d78d8664df205646504f52f278 (diff) | |
download | hakyll-0a6e7a246b64d066ae75156d3adeaa49633c5ee6.tar.gz |
Remove unused imports
Diffstat (limited to 'lib/Hakyll/Core')
-rw-r--r-- | lib/Hakyll/Core/Identifier.hs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/Hakyll/Core/Identifier.hs b/lib/Hakyll/Core/Identifier.hs index e9dced2..e5b3656 100644 --- a/lib/Hakyll/Core/Identifier.hs +++ b/lib/Hakyll/Core/Identifier.hs @@ -20,9 +20,7 @@ module Hakyll.Core.Identifier -------------------------------------------------------------------------------- import Control.DeepSeq (NFData (..)) -import Data.List (intercalate) -import System.FilePath (dropTrailingPathSeparator, splitPath, - pathSeparator, normalise) +import System.FilePath (normalise) -------------------------------------------------------------------------------- |