45 lines
1.0 KiB
YAML
45 lines
1.0 KiB
YAML
name: license-tool
|
|
version: 0.1.0.0
|
|
github: "Zander671/license-tool"
|
|
license: BSD-3-Clause
|
|
author: "Alexander Rosenberg"
|
|
maintainer: "zanderpkg@pm.me"
|
|
copyright: "2026 Alexander Rosenberg"
|
|
|
|
extra-source-files:
|
|
- README.md
|
|
|
|
# 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-exe:
|
|
main: Main.hs
|
|
source-dirs: src
|
|
ghc-options:
|
|
- -threaded
|
|
- -rtsopts
|
|
- -with-rtsopts=-N
|