haskell-fast-logger: update to version 2.0.0
This commit is contained in:
parent
a438e431b3
commit
b9f4a63413
@ -1,11 +1,10 @@
|
|||||||
{ cabal, blazeBuilder, dateCache, filepath, hspec, text, unixTime
|
{ cabal, blazeBuilder, filepath, hspec, text }:
|
||||||
}:
|
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "fast-logger";
|
pname = "fast-logger";
|
||||||
version = "0.3.3";
|
version = "2.0.0";
|
||||||
sha256 = "0ya9dn9j2nddpclj00w6jgmiq2xx500sws056fa2s4bdsl8vn5rh";
|
sha256 = "0a2pmdj2q1mlpkwjszlb4gp6xk2bn8540cqhwjya55arx6rj9vs7";
|
||||||
buildDepends = [ blazeBuilder dateCache filepath text unixTime ];
|
buildDepends = [ blazeBuilder filepath text ];
|
||||||
testDepends = [ hspec ];
|
testDepends = [ hspec ];
|
||||||
meta = {
|
meta = {
|
||||||
description = "A fast logging system";
|
description = "A fast logging system";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user