Add links to references

This commit is contained in:
Dimitri Lozeve 2020-03-27 17:42:24 +01:00
parent e051efb407
commit f8065acf1f
5 changed files with 53 additions and 16 deletions

View file

@ -5,8 +5,10 @@ cabal-version: >= 1.10
executable site
main-is: site.hs
build-depends: base == 4.*
, pandoc == 2.*
, hakyll == 4.12.*
build-depends: base
, containers
, pandoc
, pandoc-citeproc
, hakyll
ghc-options: -threaded
default-language: Haskell2010