haskell-HStringTemplate: update to version 0.6.10
This commit is contained in:
parent
56bb1ac90b
commit
76eaa4c4f0
@ -1,13 +1,14 @@
|
||||
{ cabal, deepseq, filepath, mtl, parsec, syb, sybWithClass, text
|
||||
, time, utf8String
|
||||
{ cabal, blazeBuilder, deepseq, filepath, mtl, parsec, syb
|
||||
, sybWithClass, text, time, utf8String
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "HStringTemplate";
|
||||
version = "0.6.9";
|
||||
sha256 = "0xa665q5gya51vjkg1i6f6qk67jx28xcbxs5v1d9yr1f8djh5d9v";
|
||||
version = "0.6.10";
|
||||
sha256 = "0asv8n4l2j819cngxgdk5p0b4bqcxnmdc2mlp9b3s7mrs15ljxkk";
|
||||
buildDepends = [
|
||||
deepseq filepath mtl parsec syb sybWithClass text time utf8String
|
||||
blazeBuilder deepseq filepath mtl parsec syb sybWithClass text time
|
||||
utf8String
|
||||
];
|
||||
meta = {
|
||||
description = "StringTemplate implementation in Haskell";
|
||||
|
Loading…
Reference in New Issue
Block a user