cv: completely rewrite how CV works here

i will kill myself

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2023-08-26 20:46:12 +05:30
parent ba247f88d4
commit 8324bcc33e
4 changed files with 57 additions and 55 deletions

View File

@@ -4,4 +4,4 @@ source-repository-package
type: git
location: https://github.com/natto1784/pandoc.git
tag: b30124ce3e835cdb7b35fafd88c86d0841dcfaa9
-- sha256: 06y4xy333jhdcd59dgwasv49yr95869q3p74a441yls5vb86v28c
--sha256: sha256-tHUhx+RBGFN+Km0qulSrD9NSsMIAjIhOU+6CxGPmwZ8=

View File

@@ -5,12 +5,12 @@ license: MIT
cabal-version: >= 1.10
executable site
main-is: site.hs
main-is: Main.hs
build-depends: base == 4.*
, filepath == 1.4.*
, hakyll == 4.15.*
, pandoc == 2.*
, hakyll == 4.16.*
, pandoc == 3.1.6.2
, process == 1.6.*
, text == 1.*
, text == 2.*
ghc-options: -threaded -rtsopts -with-rtsopts=-N
default-language: Haskell2010