diff --git a/ghc-unliftio.changes b/ghc-unliftio.changes index bd86a42..5eef6fd 100644 --- a/ghc-unliftio.changes +++ b/ghc-unliftio.changes @@ -1,7 +1,15 @@ ------------------------------------------------------------------- -Fri Feb 4 12:15:10 UTC 2022 - psimons@suse.com +Thu Feb 10 14:22:55 UTC 2022 - psimons@suse.com + +- Update unliftio to version 0.2.21.0. + ## 0.2.21.0 + + * Add `UnliftIO.Directory.createDirectoryLink` + * Add `UnliftIO.Directory.removeDirectoryLink` + * Add `UnliftIO.Directory.getSymbolicLinkTarget` + * Add `UnliftIO.Directory.XdgDirectoryList` + * Add `UnliftIO.Directory.getXdgDirectoryList` -- Update unliftio to version 0.2.20.1. ## 0.2.20.1 * Fix time-osx.c for aarch64 mac [#91](https://github.com/fpco/unliftio/pull/91) diff --git a/ghc-unliftio.spec b/ghc-unliftio.spec index 9ef7afa..76d8858 100644 --- a/ghc-unliftio.spec +++ b/ghc-unliftio.spec @@ -19,7 +19,7 @@ %global pkg_name unliftio %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.2.20.1 +Version: 0.2.21.0 Release: 0 Summary: The MonadUnliftIO typeclass for unlifting monads to IO (batteries included) License: MIT diff --git a/unliftio-0.2.20.1.tar.gz b/unliftio-0.2.20.1.tar.gz deleted file mode 100644 index 7f8b057..0000000 --- a/unliftio-0.2.20.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b6a58f36d71e3793397d68272faac347b655855bf9ee302f8d37bc831d3fdb8d -size 57327 diff --git a/unliftio-0.2.21.0.tar.gz b/unliftio-0.2.21.0.tar.gz new file mode 100644 index 0000000..c02b703 --- /dev/null +++ b/unliftio-0.2.21.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cc2f29b052f307852e48c83dadff32ae89d89e4ee1353148256c5cf2d246f7c +size 57485