-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathblog.cabal
More file actions
27 lines (25 loc) · 739 Bytes
/
Copy pathblog.cabal
File metadata and controls
27 lines (25 loc) · 739 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
-- Initial blog.cabal generated by cabal init. For further documentation,
-- see http://haskell.org/cabal/users-guide/
name: blog
version: 0.1.0.0
-- synopsis:
-- description:
-- license:
license-file: LICENSE
author: Clement Delafargue
maintainer: clement@delafargue.name
-- copyright:
-- category:
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
executable blog
main-is: Main.hs
-- other-modules:
-- other-extensions:
build-depends:
base,
text >= 0.11 && < 1.3,
hakyll >=4.15
-- hs-source-dirs:
default-language: Haskell2010