From 8152c250c54b6be6533eecf393d38c83b4c66348 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 24 Jan 2016 09:25:11 +0000 Subject: Site redesign --- blog.nix | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'blog.nix') diff --git a/blog.nix b/blog.nix index ca9a83f..cce4bc9 100644 --- a/blog.nix +++ b/blog.nix @@ -1,19 +1,19 @@ -# 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, regex-tdfa, mtl +{ mkDerivation, base, blaze-html, bytestring, containers +, cryptohash, data-default, deepseq, directory, filepath, hakyll +, hex, mtl, pandoc, pandoc-types, process, regex-tdfa, stdenv +, temporary }: - 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 regex-tdfa mtl + isExecutable = true; + executableHaskellDepends = [ + base blaze-html bytestring containers cryptohash data-default + deepseq directory filepath hakyll hex mtl pandoc pandoc-types + process regex-tdfa temporary ]; - license = stdenv.lib.licenses.publicDomain; + homepage = "git://git.yggdrasil.li/dirty-haskell.org"; + license = stdenv.lib.licenses.unfree; } -- cgit v1.2.3