packages feed

hdmenu-0.3.0: hdmenu.cabal

cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.36.0.
--
-- see: https://github.com/sol/hpack

name:           hdmenu
version:        0.3.0
synopsis:       A small wrapper around dmenu
description:    hdmenu is a small wrapper around dmenu that can 1. Display commands in order of usage and, optionally, apply a frequency decay every time an item is selected. 2. Specify extra files to consider, which will be opened by a program of your choice (e.g., xdg-open). 3. Open certain executables inside of your terminal.
category:       system
homepage:       https://github.com/slotThe/hmenu#readme
bug-reports:    https://github.com/slotThe/hmenu/issues
author:         Tony Zorman
maintainer:     Tony Zorman <soliditsallgood@mailbox.org>
license:        GPL-3
license-file:   LICENSE
build-type:     Simple
tested-with:
    GHC == 9.4.8
extra-source-files:
    CHANGELOG.md
    README.md

source-repository head
  type: git
  location: https://github.com/slotThe/hmenu

library
  exposed-modules:
      Core.Parser
      Core.Select
      Core.Toml
      Core.Util
  other-modules:
      Paths_hdmenu
  hs-source-dirs:
      src/
  default-extensions:
      BlockArguments
      LambdaCase
      MultiWayIf
      NoImplicitPrelude
      OverloadedStrings
      StrictData
  ghc-options: -Weverything -Wno-implicit-prelude -Wno-missing-import-lists -Wno-unused-packages -Wno-missing-safe-haskell-mode -Wno-unsafe -Wno-all-missed-specialisations -O2
  build-depends:
      base >=4.17.2 && <4.22
    , base-prelude >=1.6.1 && <1.7
    , bytestring >=0.11.5 && <0.13
    , bytestring-lexing >=0.5.0 && <0.6
    , containers >=0.6.7 && <0.8
    , directory >=1.3.7 && <1.5
    , double-conversion >=2.0.4 && <2.1
    , optparse-applicative >=0.17.1 && <0.19
    , posix-paths >=0.3.0 && <0.4
    , process >=1.6.18 && <1.7
    , process-extras >=0.7.4 && <0.8
    , text >=2.0.2 && <2.2
    , tomland >=1.3.3 && <1.4
    , unix >=2.7.3 && <3
    , utf8-string >=1.0.2 && <1.1
  default-language: GHC2021

executable hdmenu
  main-is: Main.hs
  other-modules:
      CLI.Parser
      Paths_hdmenu
  hs-source-dirs:
      app
  default-extensions:
      BlockArguments
      LambdaCase
      MultiWayIf
      NoImplicitPrelude
      OverloadedStrings
      StrictData
  ghc-options: -Weverything -Wno-implicit-prelude -Wno-missing-import-lists -Wno-unused-packages -Wno-missing-safe-haskell-mode -Wno-unsafe -Wno-all-missed-specialisations -O2
  build-depends:
      base >=4.17.2 && <4.22
    , base-prelude >=1.6.1 && <1.7
    , bytestring >=0.11.5 && <0.13
    , bytestring-lexing >=0.5.0 && <0.6
    , containers >=0.6.7 && <0.8
    , directory >=1.3.7 && <1.5
    , double-conversion >=2.0.4 && <2.1
    , hdmenu
    , optparse-applicative >=0.17.1 && <0.19
    , posix-paths >=0.3.0 && <0.4
    , process >=1.6.18 && <1.7
    , process-extras >=0.7.4 && <0.8
    , text >=2.0.2 && <2.2
    , tomland >=1.3.3 && <1.4
    , unix >=2.7.3 && <3
    , utf8-string >=1.0.2 && <1.1
  default-language: GHC2021

test-suite spec
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  other-modules:
      Paths_hdmenu
  hs-source-dirs:
      test
  default-extensions:
      BlockArguments
      LambdaCase
      MultiWayIf
      NoImplicitPrelude
      OverloadedStrings
      StrictData
  ghc-options: -Weverything -Wno-implicit-prelude -Wno-missing-import-lists -Wno-unused-packages -Wno-missing-safe-haskell-mode -Wno-unsafe -Wno-all-missed-specialisations -O2
  build-depends:
      QuickCheck
    , base >=4.17.2 && <4.22
    , base-prelude >=1.6.1 && <1.7
    , bytestring >=0.11.5 && <0.13
    , bytestring-lexing >=0.5.0 && <0.6
    , containers >=0.6.7 && <0.8
    , directory >=1.3.7 && <1.5
    , double-conversion >=2.0.4 && <2.1
    , hdmenu
    , hspec
    , optparse-applicative >=0.17.1 && <0.19
    , posix-paths >=0.3.0 && <0.4
    , process >=1.6.18 && <1.7
    , process-extras >=0.7.4 && <0.8
    , text >=2.0.2 && <2.2
    , tomland >=1.3.3 && <1.4
    , unix >=2.7.3 && <3
    , utf8-string >=1.0.2 && <1.1
  default-language: GHC2021