forked from pool/ghc-fast-logger
Accepting request 391614 from devel:languages:haskell:lts
- update to 2.4.5 - refreshed remove-bytestring-builder.patch * Bringing backward compatibility back * New API: newFastLogger and ewTimedFastLogger. * LogType and date cache are transferred from wai-logger. OBS-URL: https://build.opensuse.org/request/show/391614 OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-fast-logger?expand=0&rev=9
This commit is contained in:
parent
3948546c21
commit
bb4c9c9d5b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f85ff0ee8ed3177a749ca9490c703c6f1e2d87191e98096183ae75aa4b9b21d2
|
||||
size 6856
|
3
fast-logger-2.4.5.tar.gz
Normal file
3
fast-logger-2.4.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6ff04558b53613033b7cfa2d629ea1ea423c2004fba0ced55dd4e2f3483376e5
|
||||
size 8995
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 26 08:23:17 UTC 2016 - mimi.vx@gmail.com
|
||||
|
||||
- update to 2.4.5
|
||||
- refreshed remove-bytestring-builder.patch
|
||||
* Bringing backward compatibility back
|
||||
* New API: newFastLogger and ewTimedFastLogger.
|
||||
* LogType and date cache are transferred from wai-logger.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 13 09:49:04 UTC 2016 - mimi.vx@gmail.com
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
%bcond_with tests
|
||||
|
||||
Name: ghc-fast-logger
|
||||
Version: 2.4.3
|
||||
Version: 2.4.5
|
||||
Release: 0
|
||||
Summary: A fast logging system
|
||||
Group: System/Libraries
|
||||
@ -39,8 +39,11 @@ BuildRequires: ghc-array-devel
|
||||
BuildRequires: ghc-auto-update-devel
|
||||
BuildRequires: ghc-bytestring-devel
|
||||
BuildRequires: ghc-directory-devel
|
||||
BuildRequires: ghc-easy-file-devel
|
||||
BuildRequires: ghc-filepath-devel
|
||||
BuildRequires: ghc-text-devel
|
||||
BuildRequires: ghc-unix-devel
|
||||
BuildRequires: ghc-unix-time-devel
|
||||
%if %{with tests}
|
||||
BuildRequires: ghc-hspec-devel
|
||||
%endif
|
||||
@ -95,7 +98,7 @@ This package provides the Haskell %{pkg_name} library development files.
|
||||
|
||||
%files devel -f %{name}-devel.files
|
||||
%defattr(-,root,root,-)
|
||||
%doc README.md
|
||||
%doc README.md ChangeLog.md
|
||||
|
||||
|
||||
%changelog
|
||||
|
@ -1,10 +1,10 @@
|
||||
diff --git a/fast-logger.cabal.orig b/fast-logger.cabal
|
||||
index 25e93d5..d1762b0 100644
|
||||
--- a/fast-logger.cabal.orig
|
||||
+++ b/fast-logger.cabal
|
||||
@@ -23,7 +23,6 @@ Library
|
||||
, array
|
||||
Index: fast-logger-2.4.5/fast-logger.cabal
|
||||
===================================================================
|
||||
--- fast-logger-2.4.5.orig/fast-logger.cabal
|
||||
+++ fast-logger-2.4.5/fast-logger.cabal
|
||||
@@ -26,7 +26,6 @@ Library
|
||||
, auto-update >= 0.1.2
|
||||
, easy-file >= 0.2
|
||||
, bytestring
|
||||
- , bytestring-builder
|
||||
, directory
|
||||
|
Loading…
x
Reference in New Issue
Block a user