From 8de4411269ae85789c1cc7d81a9ecf0facbe78ff Mon Sep 17 00:00:00 2001 From: pacien Date: Mon, 23 Dec 2019 05:09:25 +0100 Subject: compiler: add base structures and encoding --- compiler/package.yaml | 32 ++++++++++++++++++-------------- 1 file changed, 18 insertions(+), 14 deletions(-) (limited to 'compiler/package.yaml') diff --git a/compiler/package.yaml b/compiler/package.yaml index 7cd0178..f2a319e 100644 --- a/compiler/package.yaml +++ b/compiler/package.yaml @@ -1,26 +1,30 @@ name: ldgallery-compiler version: 0.1.0.0 -github: "githubuser/ldgallery-compiler" -license: BSD3 -author: "Author name here" -maintainer: "example@example.com" -copyright: "2019 Author name here" +github: "pacien/ldgallery" +license: AGPL-3 +author: "Pacien TRAN-GIRARD, Guillaume FOUET" +maintainer: "" +copyright: "2019 Pacien TRAN-GIRARD, Guillaume FOUET" extra-source-files: -- README.md -- ChangeLog.md +- readme.md # Metadata used when publishing your package -# synopsis: Short description of your package -# category: Web - -# To avoid duplicated efforts in documentation and dealing with the -# complications of embedding Haddock markup inside cabal files, it is -# common to point users to the README.md file. -description: Please see the README on GitHub at +synopsis: A static generator which turns a collection of tagged pictures into a searchable web gallery +category: Web +description: Please see the README on GitHub at dependencies: - base >= 4.7 && < 5 +- text +- optparse-applicative +- cmdargs +- filepath +- directory +- directory-tree +- aeson +- yaml +- JuicyPixels library: source-dirs: src -- cgit v1.2.3