summaryrefslogtreecommitdiff
path: root/blog.nix
blob: ecb00224ec151d7a99c7f09eecbb61434721c152 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ mkDerivation, stdenv
, hakyll, containers, pandoc, data-default, filepath, hex, cryptohash
}:

mkDerivation {
  pname = "dirty-haskell";
  version = "0.0.0";
  src = ./.;
  isExecutable = true;
  isLibrary = false;
  buildDepends = [
    hakyll containers pandoc data-default filepath hex cryptohash
  ];
  license = stdenv.lib.licenses.publicDomain;
}