Rename package to hakysidian; add CLI and assets
This commit is contained in:
46
hakysidian.cabal
Normal file
46
hakysidian.cabal
Normal file
@@ -0,0 +1,46 @@
|
||||
name: hakysidian
|
||||
version: 0.1.0.0
|
||||
build-type: Simple
|
||||
cabal-version: 2.0
|
||||
data-files:
|
||||
templates/*.html
|
||||
css/*.css
|
||||
fonts/*.woff2
|
||||
bib_style.csl
|
||||
favicon.ico
|
||||
|
||||
|
||||
executable site
|
||||
hs-source-dirs: src
|
||||
main-is: site.hs
|
||||
autogen-modules: Paths_hakysidian
|
||||
other-modules: ChaoDoc, SideNoteHTML, Pangu, Paths_hakysidian
|
||||
build-depends: base >= 4.18
|
||||
, hakyll >= 4.15
|
||||
, mtl >= 2.2.2
|
||||
, pandoc
|
||||
, pandoc-types >= 1.22.2.1
|
||||
, pandoc-sidenote
|
||||
, tagsoup
|
||||
, text
|
||||
, containers
|
||||
, directory
|
||||
-- , process
|
||||
-- , regex-compat
|
||||
, array
|
||||
, filepath
|
||||
, temporary
|
||||
-- , ghc-syntax-highlighter
|
||||
-- , blaze-html >= 0.9
|
||||
, megaparsec
|
||||
, replace-megaparsec
|
||||
ghc-options: -Weverything
|
||||
-Wno-implicit-prelude
|
||||
-Wno-missing-import-lists
|
||||
-Wno-unused-packages
|
||||
-Wno-missing-safe-haskell-mode
|
||||
-Wno-all-missed-specialisations
|
||||
-Wno-unsafe
|
||||
-Wno-prepositive-qualified-module
|
||||
-O2 -threaded -rtsopts -with-rtsopts=-N
|
||||
default-language: Haskell2010
|
||||
Reference in New Issue
Block a user