osc copypac from project:devel:languages:haskell:ghc-8.6.x package:ghc-unliftio revision:7, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-unliftio?expand=0&rev=30
This commit is contained in:
parent
7f27f6b575
commit
f18a84d25f
@ -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
|
Sat Jun 8 02:02:34 UTC 2019 - psimons@suse.com
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%global pkg_name unliftio
|
%global pkg_name unliftio
|
||||||
%bcond_with tests
|
%bcond_with tests
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 0.2.11
|
Version: 0.2.12
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: The MonadUnliftIO typeclass for unlifting monads to IO (batteries included)
|
Summary: The MonadUnliftIO typeclass for unlifting monads to IO (batteries included)
|
||||||
License: MIT
|
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
|
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
|
||||||
BuildRequires: ghc-Cabal-devel
|
BuildRequires: ghc-Cabal-devel
|
||||||
BuildRequires: ghc-async-devel
|
BuildRequires: ghc-async-devel
|
||||||
|
BuildRequires: ghc-bytestring-devel
|
||||||
BuildRequires: ghc-deepseq-devel
|
BuildRequires: ghc-deepseq-devel
|
||||||
BuildRequires: ghc-directory-devel
|
BuildRequires: ghc-directory-devel
|
||||||
BuildRequires: ghc-filepath-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