stop exporting Utility.SystemDirectory from Utility.Directory
This commit is contained in:
parent
8d80b07f5a
commit
e5be81f8d4
5 changed files with 6 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
{- directory traversal and manipulation
|
||||
-
|
||||
- Copyright 2011-2023 Joey Hess <id@joeyh.name>
|
||||
- Copyright 2011-2025 Joey Hess <id@joeyh.name>
|
||||
-
|
||||
- License: BSD-2-clause
|
||||
-}
|
||||
|
@ -9,10 +9,7 @@
|
|||
{-# LANGUAGE LambdaCase #-}
|
||||
{-# OPTIONS_GHC -fno-warn-tabs #-}
|
||||
|
||||
module Utility.Directory (
|
||||
module Utility.Directory,
|
||||
module Utility.SystemDirectory
|
||||
) where
|
||||
module Utility.Directory where
|
||||
|
||||
import Control.Monad
|
||||
import System.FilePath
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue