16 lines
422 B
Nix
16 lines
422 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, mtl, text }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "template";
|
|
version = "0.2.0.9";
|
|
sha256 = "0i1xq6nj240gddbd8d5m42gzix16k81wqmirpy5a4fssnkpwjqnb";
|
|
buildDepends = [ mtl text ];
|
|
meta = {
|
|
description = "Simple string substitution";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|