Skip to content
Snippets Groups Projects
Commit 2531442f authored by Daniel Firth's avatar Daniel Firth
Browse files

fast-logger: regen

parent cf954ac9
1 merge request!18Fast logger
{ mkDerivation { mkDerivation, array, async, auto-update, base, bytestring
, array , directory, easy-file, filepath, hspec, hspec-discover, lib, stm
, auto-update , text, unix-compat, unix-time
, base
, bytestring
, directory
, easy-file
, filepath
, hspec
, hspec-discover
, lib
, text
, unix-compat
, unix-time
}: }:
mkDerivation { mkDerivation {
pname = "fast-logger"; pname = "fast-logger";
version = "3.1.1"; version = "3.2.1";
sha256 = "435f6e7e0771b9b525550c292a941ab5726b233e7d91fdeca707e3cdb531a8e7"; sha256 = "89d070b2886ece24f521516d8bffea587226ae2192e36a150a276c4d424f5ee3";
isLibrary = true; isLibrary = true;
isExecutable = false; isExecutable = false;
enableSeparateDataOutput = false; enableSeparateDataOutput = false;
libraryHaskellDepends = [ libraryHaskellDepends = [
array array auto-update base bytestring directory easy-file filepath stm
auto-update text unix-compat unix-time
base
bytestring
directory
easy-file
filepath
text
unix-compat
unix-time
]; ];
testHaskellDepends = [ base bytestring directory hspec ]; testHaskellDepends = [ async base bytestring directory hspec ];
testToolDepends = [ hspec-discover ]; testToolDepends = [ hspec-discover ];
enableLibraryProfiling = true; enableLibraryProfiling = true;
enableExecutableProfiling = true; enableExecutableProfiling = true;
...@@ -45,4 +26,4 @@ mkDerivation { ...@@ -45,4 +26,4 @@ mkDerivation {
description = "A fast logging system"; description = "A fast logging system";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
broken = false; broken = false;
} }
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment