forked from mirrors/nixpkgs
haskell-hslogger-template: update to version 2.0.1
This commit is contained in:
parent
05952b2e37
commit
24f7a2b72b
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "hslogger-template";
|
pname = "hslogger-template";
|
||||||
version = "2.0.0";
|
version = "2.0.1";
|
||||||
sha256 = "1x8c132ckxjhnhlrnm92h0hkalkrgcc91cn73kv9kvcwy9b2fqcr";
|
sha256 = "1m8h4i8cxxw83vhbw61njvv86qdcff6zi3bf0nyhc4cq7pfrzqvj";
|
||||||
buildDepends = [ hslogger mtl ];
|
buildDepends = [ hslogger mtl ];
|
||||||
meta = {
|
meta = {
|
||||||
description = "Automatic generation of hslogger functions";
|
description = "Automatic generation of hslogger functions";
|
||||||
|
|
Loading…
Reference in a new issue