40 lines
811 B
YAML
40 lines
811 B
YAML
name: license-tool
|
|
version: 0.1.0.0
|
|
license: GPL-3
|
|
author: Alexander Rosenberg
|
|
maintainer: zanderpkg@pm.me
|
|
copyright: 2026 Alexander Rosenberg
|
|
synopsis: Tool for generating LICENSE files
|
|
category: Development
|
|
|
|
extra-source-files:
|
|
- README.md
|
|
- licenses/*
|
|
|
|
description: Please see the README at <https://git.zander.im/Zander671/license-tool>
|
|
|
|
dependencies:
|
|
- base >= 4.7 && < 5
|
|
- directory >= 1.3.8 && < 1.4
|
|
- filepath >= 1.5.4 && < 1.6
|
|
|
|
ghc-options:
|
|
- -Wall
|
|
- -Wcompat
|
|
- -Widentities
|
|
- -Wincomplete-record-updates
|
|
- -Wincomplete-uni-patterns
|
|
- -Wmissing-export-lists
|
|
- -Wmissing-home-modules
|
|
- -Wpartial-fields
|
|
- -Wredundant-constraints
|
|
|
|
executables:
|
|
license-tool:
|
|
main: Main.hs
|
|
source-dirs: src
|
|
ghc-options:
|
|
- -threaded
|
|
- -rtsopts
|
|
- -with-rtsopts=-N
|