Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
nalchevanidze committed Jun 30, 2024
1 parent 3cb2055 commit 1128017
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions hconf/src/HConf/Core/PkgDir.hs
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,17 @@ where

import Data.Aeson (FromJSON (..), ToJSON (toJSON))
import Data.Aeson.Types (Value (..))
import Data.List (stripPrefix)
import Data.Text (intercalate)
import HConf.Utils.Core (Msg (..), withString)
import Relude hiding (Undefined, intercalate)
import System.FilePath.Glob (glob)
import System.FilePath.Posix
( joinPath,
normalise,
splitFileName, splitDirectories,
splitDirectories,
splitFileName,
)
import Data.List (stripPrefix)

data PkgDir = PkgDir
{ root :: Maybe FilePath,
Expand Down

0 comments on commit 1128017

Please sign in to comment.