Commit 38a8d96d authored by locallycompact's avatar locallycompact
Browse files

Fix re-exports

No related merge requests found
Pipeline #153 failed with stages
in 1 second
# 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`.
name: unliftio-path
version: 0.0.1.0
version: 0.0.2.0
license: MIT
category: Text
author: "Daniel Firth"
......
......@@ -25,8 +25,13 @@ module UnliftIO.Path.Directory (
, getTemporaryDirectory
, removeFile
, renameFile
, renamePath
, copyFile
, copyFileWithMetadata
, makeAbsoluteDir
, makeAbsoluteFile
, makeRelativeToCurrentDirectoryDir
, makeRelativeToCurrentDirectoryFile
, findExecutable
, findExecutables
, UnliftIO.Directory.exeExtension
......
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment