haskell-fast-logger: update to version 2.2.0
This commit is contained in:
parent
35017d3a64
commit
3d592d9e88
|
@ -1,12 +1,12 @@
|
||||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||||
|
|
||||||
{ cabal, blazeBuilder, filepath, hspec, text }:
|
{ cabal, autoUpdate, blazeBuilder, filepath, hspec, text }:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "fast-logger";
|
pname = "fast-logger";
|
||||||
version = "2.1.5";
|
version = "2.2.0";
|
||||||
sha256 = "12f7yad2f6q846rw2ji5fsx3d7qd8jdrnnzsbji5bpv00mvvsiza";
|
sha256 = "02gc5f7vgwfdlhfawki4xxrl33lbdl05wh64qm3mb3h2dv1gnwrr";
|
||||||
buildDepends = [ blazeBuilder filepath text ];
|
buildDepends = [ autoUpdate blazeBuilder filepath text ];
|
||||||
testDepends = [ hspec ];
|
testDepends = [ hspec ];
|
||||||
meta = {
|
meta = {
|
||||||
description = "A fast logging system";
|
description = "A fast logging system";
|
||||||
|
|
Loading…
Reference in New Issue