Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
haskell
unliftio-path
Commits
38a8d96d
Commit
38a8d96d
authored
4 years ago
by
locallycompact
Browse files
Options
Download
Email Patches
Plain Diff
Fix re-exports
parent
72142927
master
v0.0.2.0
No related merge requests found
Pipeline
#153
failed with stages
in 1 second
Changes
4
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
3 deletions
+12
-3
ChangeLog.md
ChangeLog.md
+5
-1
package.yaml
package.yaml
+1
-1
src/UnliftIO/Path/Directory.hs
src/UnliftIO/Path/Directory.hs
+5
-0
unliftio-path.cabal
unliftio-path.cabal
+1
-1
No files found.
ChangeLog.md
View file @
38a8d96d
# Changelog for unliftio-path
# v0.0.1.0
## v0.0.2.0
*
Fix exports
## v0.0.1.0
*
Mirror of most UnliftIO.Directory functions using
`Path`
instead of
`FilePath`
.
This diff is collapsed.
Click to expand it.
package.yaml
View file @
38a8d96d
name
:
unliftio-path
version
:
0.0.
1
.0
version
:
0.0.
2
.0
license
:
MIT
category
:
Text
author
:
"
Daniel
Firth"
...
...
This diff is collapsed.
Click to expand it.
src/UnliftIO/Path/Directory.hs
View file @
38a8d96d
...
...
@@ -25,8 +25,13 @@ module UnliftIO.Path.Directory (
,
getTemporaryDirectory
,
removeFile
,
renameFile
,
renamePath
,
copyFile
,
copyFileWithMetadata
,
makeAbsoluteDir
,
makeAbsoluteFile
,
makeRelativeToCurrentDirectoryDir
,
makeRelativeToCurrentDirectoryFile
,
findExecutable
,
findExecutables
,
UnliftIO
.
Directory
.
exeExtension
...
...
This diff is collapsed.
Click to expand it.
unliftio-path.cabal
View file @
38a8d96d
...
...
@@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack
name: unliftio-path
version: 0.0.
1
.0
version: 0.0.
2
.0
synopsis: UnliftIO using well-typed Paths.
description: UnliftIO using well-typed Paths.
category: Text
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help