cabal2nix-2.16.0: test/golden-test-cases/rawstring-qm.nix.golden
{ mkDerivation, base, bytestring, lib, template-haskell, text }:
mkDerivation {
pname = "rawstring-qm";
version = "0.2.3.0";
sha256 = "deadbeef";
libraryHaskellDepends = [ base bytestring template-haskell text ];
homepage = "https://github.com/tolysz/rawstring-qm";
description = "Simple raw string quotation and dictionary interpolation";
license = lib.licenses.bsd3;
}