eza: 0.20.19 -> 0.20.20 (#380012)
[NixPkgs.git] / pkgs / development / tools / haskell / ghc-settings-edit / ghc-settings-edit.cabal
blobe31515c6391fcd69eb29d58453f36e1f9f5665c7
1 cabal-version: 2.2
2 name: ghc-settings-edit
3 version: 0.1.0
4 synopsis: Tool for editing GHC's settings file
5 -- TODO: description for hackage
6 -- TODO: category for hackage
7 license: MIT AND BSD-3-Clause
8 author: sternenseemann
9 -- FIXME: must be email for potential Hackage upload
10 maintainer: @NixOS/haskell
11 copyright: © 2024 The Nixpkgs/NixOS contributors
12 stability: experimental
13 build-type: Simple
14 bug-reports: https://github.com/NixOS/nixpkgs/issues
16 executable ghc-settings-edit
17   default-language: Haskell2010
18   -- TODO: bounds for hackage
19   build-depends:    base
20                   , containers
21   main-is:          ghc-settings-edit.lhs
22   hs-source-dirs:   .