-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhomepage.cabal
More file actions
35 lines (32 loc) · 810 Bytes
/
Copy pathhomepage.cabal
File metadata and controls
35 lines (32 loc) · 810 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.38.0.
--
-- see: https://github.com/sol/hpack
name: homepage
version: 0.1.0.0
license: MIT
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
executable homepage
main-is: Main.hs
other-modules:
Paths_homepage
hs-source-dirs:
src
default-extensions:
OverloadedStrings
ghc-options: -Wdefault -Wcompat -Wredundant-constraints -Wincomplete-patterns -Wunused-imports -O -threaded -rtsopts -with-rtsopts=-N
build-depends:
aeson >=2.2
, base >=4.7 && <5
, blaze-html
, blaze-markup
, containers >=0.6
, hakyll >=4.16
, pandoc >=3.6
, pandoc-types
, text >=2.0
, time
default-language: Haskell2010