mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 11:02:05 +00:00
haskell-stringbuilder: update to version 0.5.0
This commit is contained in:
parent
592302f436
commit
a1a3eb835e
|
@ -4,8 +4,8 @@
|
|||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "stringbuilder";
|
||||
version = "0.4.0";
|
||||
sha256 = "0v0lpb13khpiygfdkyzzsf64anxjykwvjsrkds836whm1bv86lhl";
|
||||
version = "0.5.0";
|
||||
sha256 = "1ap95xphqnrhv64c2a137wqslkdmb2jjd9ldb17gs1pw48k8hrl9";
|
||||
testDepends = [ hspec QuickCheck ];
|
||||
meta = {
|
||||
description = "A writer monad for multi-line string literals";
|
||||
|
|
Loading…
Reference in a new issue