forked from haskell-org/summer-of-haskell
-
Notifications
You must be signed in to change notification settings - Fork 0
/
summer-of-haskell.cabal
29 lines (26 loc) · 934 Bytes
/
summer-of-haskell.cabal
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
Name: summer-of-haskell
Version: 0.1.0.0
Synopsis: Website for the Summer of Haskell
Description: Website for the Summer of Haskell.
License: BSD3
License-file: LICENSE
Author: Jasper Van der Jeugt <[email protected]>
Maintainer: Jasper Van der Jeugt <[email protected]>
Copyright: 2016 - 2018 Haskell.Org Committee
Category: Web
Build-type: Simple
Cabal-version: >=1.10
source-repository head
type: git
location: https://github.com/haskell-org/summer-of-haskell.git
Executable summer-of-haskell
Main-is: Main.hs
Ghc-options: -Wall
Hs-source-dirs: src
Default-language: Haskell2010
Build-depends:
base >= 4.8 && < 5,
filepath >= 1.4 && < 1.5,
hakyll >= 4.10 && < 4.16,
pandoc >= 2.10 && < 2.15,
pandoc-types >= 1.17 && < 1.23