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!
|
||||
|
||||
{ cabal, blazeBuilder, filepath, hspec, text }:
|
||||
{ cabal, autoUpdate, blazeBuilder, filepath, hspec, text }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "fast-logger";
|
||||
version = "2.1.5";
|
||||
sha256 = "12f7yad2f6q846rw2ji5fsx3d7qd8jdrnnzsbji5bpv00mvvsiza";
|
||||
buildDepends = [ blazeBuilder filepath text ];
|
||||
version = "2.2.0";
|
||||
sha256 = "02gc5f7vgwfdlhfawki4xxrl33lbdl05wh64qm3mb3h2dv1gnwrr";
|
||||
buildDepends = [ autoUpdate blazeBuilder filepath text ];
|
||||
testDepends = [ hspec ];
|
||||
meta = {
|
||||
description = "A fast logging system";
|
||||
|
|
Loading…
Reference in New Issue