Update build

This commit is contained in:
2026-04-25 02:36:47 -07:00
parent dd8bbf2277
commit d10ed0daab
4 changed files with 51 additions and 24 deletions

View File

@@ -1,4 +1,4 @@
cabal-version: 2.2
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.38.1.
--
@@ -6,11 +6,13 @@ cabal-version: 2.2
name: license-tool
version: 0.1.0.0
synopsis: Tool for generating LICENSE files
description: Please see the README at <https://git.zander.im/Zander671/license-tool>
category: Development
author: Alexander Rosenberg
maintainer: zanderpkg@pm.me
copyright: 2026 Alexander Rosenberg
license: BSD-3-Clause
license: GPL-3
license-file: LICENSE
build-type: Simple
extra-source-files:
@@ -25,13 +27,11 @@ executable license-tool
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
, directory >=1.3.8 && <1.4
, filepath >=1.5.4 && <1.6
default-language: Haskell2010