rofi-extras/package.yaml

147 lines
2.6 KiB
YAML

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
description: Please see the README on GitHub at <https://github.com/ndwarshuis/rofi-extras#readme>
default-extensions:
- OverloadedStrings
- FlexibleContexts
- FlexibleInstances
- InstanceSigs
- MultiParamTypeClasses
- EmptyCase
- LambdaCase
- MultiWayIf
- NamedFieldPuns
- TupleSections
- DeriveFoldable
- DeriveFunctor
- DeriveGeneric
- DeriveLift
- DeriveTraversable
- DerivingStrategies
- DeriveDataTypeable
- EmptyDataDecls
- PartialTypeSignatures
- GeneralizedNewtypeDeriving
- StandaloneDeriving
- BangPatterns
- TypeOperators
- ScopedTypeVariables
- TypeApplications
- ConstraintKinds
- RankNTypes
- GADTs
- DefaultSignatures
- NoImplicitPrelude
- FunctionalDependencies
- DataKinds
- TypeFamilies
- BinaryLiterals
- ViewPatterns
ghc-options:
- -Wall
- -Wcompat
- -Widentities
- -Wincomplete-record-updates
- -Wincomplete-uni-patterns
- -Wredundant-constraints
- -Wpartial-fields
- -Werror
- -O2
dependencies:
- base >= 4.7 && < 5
- process >= 1.6.5.0
- aeson >= 1.4.5.0
- unix-time >= 0.4.7
- unix >= 2.7.2.2
- 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
- split >= 0.2.3.3
- containers >= 0.6.0.1
- filepath >= 1.4.2.1
- text >= 1.2.3.1
- unliftio >= 0.2.12
- unliftio-core >= 0.1.2.0
- X11 >= 1.9.1
- yaml >= 0.11.1.2
- vector >= 0.12.0.3
- bimap >= 0.2.4
- dhall >= 1.40.2
- lens >= 5.0.1
- rio
library:
source-dirs: lib/
executables:
pinentry-rofi:
main: pinentry-rofi.hs
source-dirs: app
ghc-options:
- -threaded
dependencies:
- rofi-extras
rofi-autorandr:
main: rofi-autorandr.hs
source-dirs: app
ghc-options:
- -threaded
dependencies:
- rofi-extras
rofi-bw:
main: rofi-bw.hs
source-dirs: app
ghc-options:
- -threaded
dependencies:
- rofi-extras
rofi-bt:
main: rofi-bt.hs
source-dirs: app
ghc-options:
- -threaded
dependencies:
- rofi-extras
rofi-dev:
main: rofi-dev.hs
source-dirs: app
ghc-options:
- -threaded
dependencies:
- rofi-extras
rofi-evpn:
main: rofi-evpn.hs
source-dirs: app
ghc-options:
- -threaded
dependencies:
- rofi-extras
rofi:
main: rofi.hs
source-dirs: app
ghc-options:
- -threaded
dependencies:
- rofi-extras