1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
nixpkgs/pkgs/development/libraries/haskell/template/default.nix
2014-07-16 01:12:58 -07:00

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;
};
})