Files
license-tool-hs/package.yaml
2026-04-24 15:48:19 -07:00

45 lines
1022 B
YAML

name: license-tool
version: 0.1.0.0
license: BSD-3-Clause
author: "Alexander Rosenberg"
maintainer: "zanderpkg@pm.me"
copyright: "2026 Alexander Rosenberg"
extra-source-files:
- README.md
- licenses/*
# Metadata used when publishing your package
# synopsis: Short description of your package
# category:
# 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 at <https://git.zander.im/Zander671/license-tool>
dependencies:
- base >= 4.7 && < 5
- directory
- filepath
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