Some checks failed
Periodic Merges (6h) / master → staging-nixos (push) Failing after 12m50s
Periodic Merges (6h) / master → staging-next (push) Failing after 12m54s
Periodic Merges (24h) / merge-base(master,staging) → haskell-updates (push) Failing after 11m54s
Periodic Merges (6h) / staging-next → staging (push) Failing after 12m13s
Periodic Merges (24h) / staging-next-25.05 → staging-25.05 (push) Failing after 13m24s
Periodic Merges (24h) / release-25.05 → staging-next-25.05 (push) Failing after 14m28s
23 lines
659 B
Plaintext
23 lines
659 B
Plaintext
cabal-version: 2.2
|
|
name: ghc-settings-edit
|
|
version: 0.1.0
|
|
synopsis: Tool for editing GHC's settings file
|
|
-- TODO: description for hackage
|
|
-- TODO: category for hackage
|
|
license: MIT AND BSD-3-Clause
|
|
author: sternenseemann
|
|
-- FIXME: must be email for potential Hackage upload
|
|
maintainer: @NixOS/haskell
|
|
copyright: © 2024 The Nixpkgs/NixOS contributors
|
|
stability: experimental
|
|
build-type: Simple
|
|
bug-reports: https://github.com/NixOS/nixpkgs/issues
|
|
|
|
executable ghc-settings-edit
|
|
default-language: Haskell2010
|
|
-- TODO: bounds for hackage
|
|
build-depends: base
|
|
, containers
|
|
main-is: ghc-settings-edit.lhs
|
|
hs-source-dirs: .
|