Files

40 lines
811 B
YAML
Raw Permalink Normal View History

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