cv: completely rewrite how CV works here
i will kill myself Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
		@@ -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=
 | 
			
		||||
 
 | 
			
		||||
@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user