From f95885ab1d0bd3ad70c10d06500e0a44871f3c19 Mon Sep 17 00:00:00 2001 From: nek0 Date: Fri, 4 Mar 2016 02:16:43 +0100 Subject: [PATCH] modernize --- .gitignore | 15 +++++++++++++++ blog.cabal => nek0-blog.cabal | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) rename blog.cabal => nek0-blog.cabal (96%) diff --git a/.gitignore b/.gitignore index 5731bbf..45be0f0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,18 @@ +dist +cabal-dev +*.o +*.hi +*.chi +*.chs.h +*.dyn_o +*.dyn_hi +.hpc +.hsenv +.cabal-sandbox/ +cabal.sandbox.config +*.prof +*.aux +*.hp .stack-work/ _cache/ _site/ diff --git a/blog.cabal b/nek0-blog.cabal similarity index 96% rename from blog.cabal rename to nek0-blog.cabal index 8dda8ae..7d7b8ee 100644 --- a/blog.cabal +++ b/nek0-blog.cabal @@ -1,7 +1,7 @@ -- Initial blog.cabal generated by cabal init. For further documentation, -- see http://haskell.org/cabal/users-guide/ -name: blog +name: nek0-blog version: 0.1.0.0 synopsis: My blog -- description: