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: