1
0
Fork 0
nixos-config/wizards-dialog.cabal

60 lines
1.1 KiB
Text
Raw Normal View History

2021-07-30 17:51:22 +00:00
cabal-version: >=1.10
-- Initial package description 'haskell-dialog.cabal' generated by 'cabal
-- init'. For further documentation, see
-- http://haskell.org/cabal/users-guide/
2022-05-27 23:03:17 +00:00
name: wizards-dialog
2021-07-30 17:51:22 +00:00
version: 0.1.0.0
-- synopsis:
-- description:
-- bug-reports:
2021-10-13 14:41:46 +00:00
license: AGPL
2021-07-30 17:51:22 +00:00
author: Malte Brandy
maintainer: malte.brandy@maralorn.de
-- copyright:
-- category:
build-type: Simple
extra-source-files: CHANGELOG.md
2022-05-27 23:03:17 +00:00
library
2022-05-27 22:14:44 +00:00
ghc-options: -Wall
exposed-modules: Dialog
-- other-extensions:
build-depends:
base >=4.13
, haskeline
, wizards
, ansi-terminal
, text
, witch
, relude
, process
-- hs-source-dirs:
default-language: Haskell2010
2021-10-12 23:48:22 +00:00
executable hotkeys
2021-07-30 17:51:22 +00:00
main-is: Main.hs
ghc-options: -Wall
-- other-extensions:
build-depends:
2022-04-05 21:51:31 +00:00
base >=4.13
2021-10-12 22:47:01 +00:00
, aeson >= 2.0.1.0
2021-07-30 17:51:22 +00:00
, haskeline
2021-10-12 23:48:22 +00:00
, daemons
2021-07-30 17:51:22 +00:00
, ansi-terminal
2021-10-12 22:47:01 +00:00
, text
, relude
, process
2022-05-27 23:03:17 +00:00
, witch
, wizards
, wizards-dialog
2021-10-12 23:48:22 +00:00
, yaml
2021-07-30 17:51:22 +00:00
-- hs-source-dirs:
default-language: Haskell2010