Skip to content

Commit

Permalink
small typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pasqu4le committed Jun 21, 2018
1 parent ec976dd commit e1317cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion clifm.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ name: clifm
-- PVP summary: +-+------- breaking API changes
-- | | +----- non-breaking API additions
-- | | | +--- code changes with no API change
version: 0.5.2.0
version: 0.5.2.1

-- A short (one-line) description of the package.
synopsis: Command Line Interface File Manager
Expand Down
2 changes: 1 addition & 1 deletion src/Widgets/Prompt.hs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import Data.Time.Format (formatTime, defaultTimeLocale)
import Conduit
import System.FilePath (isValid, takeDirectory, (</>), takeFileName, makeRelative)
import System.Directory (doesFileExist, doesDirectoryExist, createDirectory, renameFile,
copyFileWithMetadata, removeFile, removeDirectoryRecursive, createDirectoryIfMissing
copyFileWithMetadata, removeFile, removeDirectoryRecursive, createDirectoryIfMissing,
readable, writable, executable, searchable)

data Prompt = Prompt {_originTab :: Tab.Tab, _originPane :: PaneName, _action :: Action} deriving Show
Expand Down

0 comments on commit e1317cd

Please sign in to comment.