i forgot about versions
This commit is contained in:
parent
c6ecba5800
commit
2bcfae18ce
@ -11,3 +11,7 @@
|
|||||||
## 0.1.1.1 -- 2018-08-20
|
## 0.1.1.1 -- 2018-08-20
|
||||||
|
|
||||||
* Added CSS for Blockquotes
|
* Added CSS for Blockquotes
|
||||||
|
|
||||||
|
## 0.1.2.0 -- 2018-08-23
|
||||||
|
|
||||||
|
* oh fuark i forgot to change the version. added robots.txt, favicons
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{ mkDerivation, base, filepath, hakyll, hakyll-favicon, stdenv }:
|
{ mkDerivation, base, filepath, hakyll, hakyll-favicon, stdenv }:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "rf";
|
pname = "rf";
|
||||||
version = "0.1.1.1";
|
version = "0.1.2.0";
|
||||||
src = ./.;
|
src = ./.;
|
||||||
isLibrary = false;
|
isLibrary = false;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
|
2
rf.cabal
2
rf.cabal
@ -2,7 +2,7 @@
|
|||||||
-- see http://haskell.org/cabal/users-guide/
|
-- see http://haskell.org/cabal/users-guide/
|
||||||
|
|
||||||
name: rf
|
name: rf
|
||||||
version: 0.1.1.1
|
version: 0.1.2.0
|
||||||
synopsis: tA's blog
|
synopsis: tA's blog
|
||||||
-- description:
|
-- description:
|
||||||
homepage: regularflolloping.com
|
homepage: regularflolloping.com
|
||||||
|
Loading…
Reference in New Issue
Block a user