mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 21:21:06 +00:00
16 lines
458 B
Nix
16 lines
458 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, hspec, QuickCheck }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "stringbuilder";
|
|
version = "0.5.0";
|
|
sha256 = "1ap95xphqnrhv64c2a137wqslkdmb2jjd9ldb17gs1pw48k8hrl9";
|
|
testDepends = [ hspec QuickCheck ];
|
|
meta = {
|
|
description = "A writer monad for multi-line string literals";
|
|
license = self.stdenv.lib.licenses.mit;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|