Accepting request 715423 from devel:languages:haskell
version update OBS-URL: https://build.opensuse.org/request/show/715423 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-unliftio?expand=0&rev=8
This commit is contained in:
commit
00c01f40d9
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 13 02:01:41 UTC 2019 - psimons@suse.com
|
||||
|
||||
- Update unliftio to version 0.2.12.
|
||||
## 0.2.12
|
||||
|
||||
* Dropped support for ghc-7.8
|
||||
* Addition of `UnliftIO.IO.File` module and atomic+durable file writes:
|
||||
|
||||
* `writeBinaryFile`
|
||||
* `writeBinaryFileAtomic`
|
||||
* `writeBinaryFileDurable`
|
||||
* `writeBinaryFileDurableAtomic`
|
||||
* `withBinaryFileAtomic`
|
||||
* `withBinaryFileDurable`
|
||||
* `withBinaryFileDurableAtomic`
|
||||
* `ensureFileDurable`
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 8 02:02:34 UTC 2019 - psimons@suse.com
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%global pkg_name unliftio
|
||||
%bcond_with tests
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 0.2.11
|
||||
Version: 0.2.12
|
||||
Release: 0
|
||||
Summary: The MonadUnliftIO typeclass for unlifting monads to IO (batteries included)
|
||||
License: MIT
|
||||
@ -28,6 +28,7 @@ URL: https://hackage.haskell.org/package/%{pkg_name}
|
||||
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
|
||||
BuildRequires: ghc-Cabal-devel
|
||||
BuildRequires: ghc-async-devel
|
||||
BuildRequires: ghc-bytestring-devel
|
||||
BuildRequires: ghc-deepseq-devel
|
||||
BuildRequires: ghc-directory-devel
|
||||
BuildRequires: ghc-filepath-devel
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e21c3eef1ea63b360cdcc569c4b46fbffa3049e0a714007b0a3aaf5b080288ad
|
||||
size 42268
|
3
unliftio-0.2.12.tar.gz
Normal file
3
unliftio-0.2.12.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8fa9f4d4cc078fd7c76914652070d06a646f83d34e51547fede4fdd7f30ffe09
|
||||
size 53746
|
Loading…
Reference in New Issue
Block a user