# This file was auto-generated by cabal2nix. Please do NOT edit manually! { mkDerivation, stdenv , hakyll, containers, pandoc, data-default, filepath, hex, cryptohash, process, temporary, directory, deepseq }: mkDerivation { pname = "dirty-haskell"; version = "0.0.0"; src = ./.; isExecutable = true; isLibrary = false; buildDepends = [ hakyll containers pandoc data-default filepath hex cryptohash process temporary directory deepseq ]; license = stdenv.lib.licenses.publicDomain; }