rofi-extras/package.yaml

132 lines
2.5 KiB
YAML
Raw Normal View History

2020-04-23 23:32:29 -04:00
name: rofi-extras
version: 0.1.0.0
github: "ndwarshuis/rofi-extras"
license: BSD3
author: "Nathan Dwarshuis"
maintainer: "ndwar@yavin4.ch"
copyright: "2020 Nathan Dwarshuis"
extra-source-files:
- README.md
# Metadata used when publishing your package
# synopsis: Short description of your package
# category: Web
# To avoid duplicated efforts in documentation and dealing with the
# complications of embedding Haddock markup inside cabal files, it is
# common to point users to the README.md file.
description: Please see the README on GitHub at <https://github.com/ndwarshuis/rofi-extras#readme>
dependencies:
- base >= 4.7 && < 5
- process >= 1.6.5.0
- aeson >= 1.4.5.0
- unix-time >= 0.4.7
2020-05-01 21:29:54 -04:00
- unix >= 2.7.2.2
2020-04-23 23:32:29 -04:00
- dbus >= 1.2.7
- ordered-containers >= 0.2.2
- Clipboard >= 2.3.2.0
- mtl >= 2.2.2
- directory >= 1.3.3.0
- bytestring >= 0.10.8.2
2020-05-01 21:29:54 -04:00
- split >= 0.2.3.3
- containers >= 0.6.0.1
- filepath >= 1.4.2.1
2021-03-19 23:23:45 -04:00
- text >= 1.2.3.1
2020-05-01 21:29:54 -04:00
- unliftio >= 0.2.12
- unliftio-core >= 0.1.2.0
- X11 >= 1.9.1
2021-03-18 00:41:04 -04:00
- yaml >= 0.11.1.2
- vector >= 0.12.0.3
- bimap >= 0.2.4
2020-04-23 23:32:29 -04:00
library:
source-dirs: lib/
ghc-options:
- -Wall
- -Werror
- -threaded
2022-07-31 20:30:27 -04:00
- -Wpartial-fields
2020-04-23 23:32:29 -04:00
exposed-modules:
- Bitwarden.Internal
2020-04-23 23:32:29 -04:00
- Rofi.Command
executables:
2021-06-25 23:42:29 -04:00
pinentry-rofi:
main: pinentry-rofi.hs
source-dirs: app
ghc-options:
- -Wall
- -Werror
- -threaded
2022-07-31 20:30:27 -04:00
- -Wpartial-fields
2021-06-25 23:42:29 -04:00
dependencies:
- rofi-extras
2021-11-29 00:44:37 -05:00
2020-08-17 18:40:43 -04:00
rofi-autorandr:
main: rofi-autorandr.hs
source-dirs: app
ghc-options:
- -Wall
- -Werror
- -threaded
2022-07-31 20:30:27 -04:00
- -Wpartial-fields
2020-08-17 18:40:43 -04:00
dependencies:
- rofi-extras
2021-11-29 00:44:37 -05:00
2020-04-23 23:32:29 -04:00
rofi-bw:
main: rofi-bw.hs
2020-04-23 23:32:29 -04:00
source-dirs: app
ghc-options:
- -Wall
- -Werror
- -threaded
2022-07-31 20:30:27 -04:00
- -Wpartial-fields
2020-04-23 23:32:29 -04:00
dependencies:
- rofi-extras
2021-11-29 00:44:37 -05:00
rofi-bt:
main: rofi-bt.hs
source-dirs: app
ghc-options:
- -Wall
- -Werror
- -threaded
2022-07-31 20:30:27 -04:00
- -Wpartial-fields
2021-11-29 00:44:37 -05:00
dependencies:
- rofi-extras
2020-04-23 23:32:29 -04:00
rofi-dev:
main: rofi-dev.hs
2020-04-23 23:32:29 -04:00
source-dirs: app
ghc-options:
- -Wall
- -Werror
- -threaded
2022-07-31 20:30:27 -04:00
- -Wpartial-fields
2020-04-23 23:32:29 -04:00
dependencies:
- rofi-extras
2021-11-29 00:44:37 -05:00
2021-12-15 00:25:42 -05:00
rofi-evpn:
main: rofi-evpn.hs
source-dirs: app
ghc-options:
- -Wall
- -Werror
- -threaded
2022-07-31 20:30:27 -04:00
- -Wpartial-fields
2021-12-15 00:25:42 -05:00
dependencies:
- rofi-extras
current-output:
main: current-output.hs
source-dirs: app
ghc-options:
- -Wall
- -Werror
- -threaded
2022-07-31 20:30:27 -04:00
- -Wpartial-fields
dependencies:
- rofi-extras