ghcup-metadata/ghcup-gen/ghcup-gen.cabal

70 lines
2.0 KiB
Plaintext
Raw Normal View History

2021-10-27 13:04:49 +00:00
cabal-version: 3.0
name: ghcup-gen
version: 0.1.17.3
license: LGPL-3.0-only
license-file: LICENSE
copyright: Julian Ospald 2020
maintainer: hasufell@posteo.de
author: Julian Ospald
homepage: https://github.com/haskell/ghcup-metadata
bug-reports: https://github.com/haskell/ghcup-metadata/issues
synopsis: ghcup-gen dev tool
description: Dev tool for handling ghcup metadata
category: System
build-type: Simple
extra-doc-files:
CHANGELOG.md
source-repository head
type: git
location: https://github.com/haskell/ghcup-metadata.git
executable ghcup-gen
main-is: Main.hs
other-modules: Validate
Generate
2021-10-27 13:04:49 +00:00
default-language: Haskell2010
default-extensions:
DeriveGeneric
LambdaCase
MultiWayIf
NamedFieldPuns
PackageImports
QuasiQuotes
RecordWildCards
ScopedTypeVariables
StrictData
TupleSections
TypeApplications
TypeFamilies
ViewPatterns
ghc-options:
-Wall -fwarn-tabs -fwarn-incomplete-uni-patterns
-fwarn-incomplete-record-updates -threaded
build-depends:
2022-03-08 13:59:14 +00:00
, aeson-pretty ^>=0.8.9
2021-10-27 13:04:49 +00:00
, base >=4.13 && <5
2023-01-13 04:38:23 +00:00
, bytestring ^>=0.11
2021-10-27 13:04:49 +00:00
, containers ^>=0.6
2022-03-12 23:28:34 +00:00
, deepseq ^>=1.4
2021-10-27 13:04:49 +00:00
, filepath ^>=1.4.2.1
2023-01-13 04:38:23 +00:00
, ghcup ^>=0.1.19.0
2024-01-22 08:13:05 +00:00
, haskus-utils-variant ^>=3.3
2021-10-27 13:04:49 +00:00
, libarchive ^>=3.0.3.0
2023-01-13 04:38:23 +00:00
, megaparsec >=8.0.0 && <9.3
2021-10-27 13:04:49 +00:00
, mtl ^>=2.2
, optics ^>=0.4
, optparse-applicative >=0.15.1.0 && <0.17
, pretty ^>=1.1.3.1
, pretty-terminal ^>=0.1.0.0
, regex-posix ^>=0.96
, resourcet ^>=1.2.2
, safe-exceptions ^>=0.1
2023-01-13 04:38:23 +00:00
, text ^>=2.0
2021-10-27 13:04:49 +00:00
, transformers ^>=0.5
2023-11-17 14:24:19 +00:00
, versions >=6.0.0
2021-10-27 13:04:49 +00:00
, yaml-streamly ^>=0.12.0