SHA256
1
0
forked from pool/ghc-extra

Accepting request 322642 from devel:languages:haskell:lts

- update to 1.4.1
 * Make temp file functions workaround GHC bug #10731
 * Add retryBool
 * Add stripInfix and stripInfixEnd
 * support directory-1.2.3
 * Add whenJustM
 * Add errorIO
 * Add onceFork
 * Make once async exception safe
 * Fix a deadlock in once when two people request in parallel
 * Fix a missing hClose in captureOutput

OBS-URL: https://build.opensuse.org/request/show/322642
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-extra?expand=0&rev=5
This commit is contained in:
2015-08-20 06:25:00 +00:00
committed by Git OBS Bridge
parent b27a3b510a
commit fb61cb3a1b
4 changed files with 20 additions and 5 deletions

View File

@@ -20,8 +20,8 @@
# no useful debuginfo for Haskell packages without C sources
%global debug_package %{nil}
%bcond_with tests
Name: ghc-%{pkg_name}
Version: 1.1
Name: ghc-extra
Version: 1.4.1
Release: 0
Summary: Extra functions I use
License: BSD-3-Clause