Update build
This commit is contained in:
21
package.yaml
21
package.yaml
@@ -1,27 +1,22 @@
|
||||
name: license-tool
|
||||
version: 0.1.0.0
|
||||
license: BSD-3-Clause
|
||||
author: "Alexander Rosenberg"
|
||||
maintainer: "zanderpkg@pm.me"
|
||||
copyright: "2026 Alexander Rosenberg"
|
||||
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/*
|
||||
|
||||
# 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
|
||||
- directory >= 1.3.8 && < 1.4
|
||||
- filepath >= 1.5.4 && < 1.6
|
||||
|
||||
ghc-options:
|
||||
- -Wall
|
||||
|
||||
Reference in New Issue
Block a user