Initial commit
This commit is contained in:
38
license-tool.cabal
Normal file
38
license-tool.cabal
Normal file
@@ -0,0 +1,38 @@
|
||||
cabal-version: 2.2
|
||||
|
||||
-- This file has been generated from package.yaml by hpack version 0.38.1.
|
||||
--
|
||||
-- see: https://github.com/sol/hpack
|
||||
|
||||
name: license-tool
|
||||
version: 0.1.0.0
|
||||
description: Please see the README at <https://git.zander.im/Zander671/license-tool>
|
||||
homepage: https://github.com/Zander671/license-tool#readme
|
||||
bug-reports: https://github.com/Zander671/license-tool/issues
|
||||
author: Alexander Rosenberg
|
||||
maintainer: zanderpkg@pm.me
|
||||
copyright: 2026 Alexander Rosenberg
|
||||
license: BSD-3-Clause
|
||||
license-file: LICENSE
|
||||
build-type: Simple
|
||||
extra-source-files:
|
||||
README.md
|
||||
|
||||
source-repository head
|
||||
type: git
|
||||
location: https://github.com/Zander671/license-tool
|
||||
|
||||
executable license-tool-exe
|
||||
main-is: Main.hs
|
||||
other-modules:
|
||||
Paths_license_tool
|
||||
autogen-modules:
|
||||
Paths_license_tool
|
||||
hs-source-dirs:
|
||||
src
|
||||
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N
|
||||
build-depends:
|
||||
base >=4.7 && <5
|
||||
, directory
|
||||
, filepath
|
||||
default-language: Haskell2010
|
||||
Reference in New Issue
Block a user