modernize
This commit is contained in:
parent
fd7f35b3c0
commit
f95885ab1d
2 changed files with 16 additions and 1 deletions
15
.gitignore
vendored
15
.gitignore
vendored
|
@ -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/
|
.stack-work/
|
||||||
_cache/
|
_cache/
|
||||||
_site/
|
_site/
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
-- Initial blog.cabal generated by cabal init. For further documentation,
|
-- Initial blog.cabal generated by cabal init. For further documentation,
|
||||||
-- see http://haskell.org/cabal/users-guide/
|
-- see http://haskell.org/cabal/users-guide/
|
||||||
|
|
||||||
name: blog
|
name: nek0-blog
|
||||||
version: 0.1.0.0
|
version: 0.1.0.0
|
||||||
synopsis: My blog
|
synopsis: My blog
|
||||||
-- description:
|
-- description:
|
Loading…
Reference in a new issue