forked from liamoc/learn-you-an-agda
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlearn-you-an-agda.cabal
31 lines (29 loc) · 1.24 KB
/
learn-you-an-agda.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
30
31
-- Initial learn-you-an-agda.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: learn-you-an-agda
version: 0.1.0.0
synopsis: Agda tutorial
-- description:
license: BSD3
license-file: LICENSE
author: Liam O'Connor-Davis
maintainer: liamoc@cse.unsw.edu.au
-- copyright:
-- category:
build-type: Simple
cabal-version: >=1.10
executable learn-you-an-agda
main-is: main.hs
-- other-modules:
build-depends: base >= 4.8 && < 4.9
, containers >= 0.5 && < 0.6
, directory >= 1.2 && < 1.3
, filepath >= 1.3 && < 1.5
, hakyll >= 4.7 && < 4.8
, pandoc >= 1.15 && < 1.16
, agda-snippets-hakyll >= 0.1.1 && < 0.2
, latex-formulae-image >= 0.1.1 && < 0.2
, latex-formulae-pandoc >= 0.2 && < 0.3
, latex-formulae-hakyll >= 0.2 && < 0.3
, network-uri >= 2.6 && < 2.7
default-language: Haskell2010