Add hakyll to .cabal file.
This commit is contained in:
parent
f3ddebb37a
commit
1bde964d4c
@ -71,7 +71,9 @@ executable portfolio
|
||||
-- other-extensions:
|
||||
|
||||
-- Other library packages from which modules are imported.
|
||||
build-depends: base ^>=4.17.2.1
|
||||
build-depends:
|
||||
base ^>=4.17.2.1,
|
||||
hakyll,
|
||||
|
||||
-- Directories containing source files.
|
||||
hs-source-dirs: app
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user