aboutsummaryrefslogtreecommitdiff
path: root/compiler/package.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/package.yaml')
-rw-r--r--compiler/package.yaml13
1 files changed, 7 insertions, 6 deletions
diff --git a/compiler/package.yaml b/compiler/package.yaml
index 043985d..c44675b 100644
--- a/compiler/package.yaml
+++ b/compiler/package.yaml
@@ -1,10 +1,11 @@
1name: ldgallery-compiler 1name: ldgallery-compiler
2version: 0.1.0.0 2version: 1.0
3homepage: https://ldgallery.pacien.org
3github: "pacien/ldgallery" 4github: "pacien/ldgallery"
4license: AGPL-3 5license: AGPL-3
5author: "Pacien TRAN-GIRARD, Guillaume FOUET" 6author: "Pacien TRAN-GIRARD, Guillaume FOUET"
6maintainer: "" 7maintainer: ""
7copyright: "2019 Pacien TRAN-GIRARD, Guillaume FOUET" 8copyright: "2019-2020 Pacien TRAN-GIRARD, Guillaume FOUET"
8 9
9extra-source-files: 10extra-source-files:
10- readme.md 11- readme.md
@@ -12,23 +13,23 @@ extra-source-files:
12# Metadata used when publishing your package 13# Metadata used when publishing your package
13synopsis: A static generator which turns a collection of tagged pictures into a searchable web gallery 14synopsis: A static generator which turns a collection of tagged pictures into a searchable web gallery
14category: Web 15category: Web
15description: Please see the README on GitHub at <https://github.com/pacien/ldgallery> 16description: Please see the project's website at <https://ldgallery.pacien.org>
16 17
17dependencies: 18dependencies:
18- base >= 4.7 && < 5 19- base >= 4.7 && < 5
19- containers 20- containers
21- data-ordlist
20- filepath 22- filepath
21- directory 23- directory
22- text 24- text
23- aeson 25- aeson
24- yaml 26- yaml
25- cmdargs 27- cmdargs
26- JuicyPixels
27- JuicyPixels-extra
28- parallel-io 28- parallel-io
29- Glob 29- Glob
30- safe 30- safe
31- time 31- time
32- process
32 33
33default-extensions: 34default-extensions:
34- DuplicateRecordFields 35- DuplicateRecordFields
@@ -54,7 +55,7 @@ library:
54 source-dirs: src 55 source-dirs: src
55 56
56executables: 57executables:
57 ldgallery-compiler-exe: 58 ldgallery:
58 main: Main.hs 59 main: Main.hs
59 source-dirs: app 60 source-dirs: app
60 ghc-options: 61 ghc-options: