Skip to content
Snippets Groups Projects
microstache.nix 1.07 KiB
Newer Older
{ mkDerivation, aeson, base, base-orphans, bytestring, containers
, deepseq, directory, filepath, lib, parsec, tasty, tasty-hunit
, text, transformers, unordered-containers, vector
Dom Brown's avatar
Dom Brown committed
}:
mkDerivation {
  pname = "microstache";
  version = "1.0.2.3";
  sha256 = "df7a13175783603bfb095e7a5eda9a24eec7d5fd490946d107ad578bb436d29a";
  revision = "1";
  editedCabalFile = "04chnz0dcf30a5x90kwqdiad1qbyimmiqgbm38b6m3w72k408hfi";
  isLibrary = true;
  isExecutable = false;
  enableSeparateDataOutput = false;
Dom Brown's avatar
Dom Brown committed
  libraryHaskellDepends = [
    aeson base containers deepseq directory filepath parsec text
    transformers unordered-containers vector
Dom Brown's avatar
Dom Brown committed
  ];
  testHaskellDepends = [
    aeson base base-orphans bytestring containers parsec tasty
    tasty-hunit text
  enableLibraryProfiling = true;
  enableExecutableProfiling = true;
Dom Brown's avatar
Dom Brown committed
  doHaddock = false;
  jailbreak = true;
  doCheck = false;
  doBenchmark = false;
Dom Brown's avatar
Dom Brown committed
  hyperlinkSource = false;
  homepage = "https://github.com/haskellari/microstache";
  description = "Mustache templates for Haskell";
  license = lib.licenses.bsd3;
  broken = false;