frecently-1.0: frecently.cabal
cabal-version: 2.4
name: frecently
version: 1.0
license: BSD-3-Clause
build-type: Simple
license-file: LICENSE
category: Command Line Tools
author: Jonas Carpay
maintainer: Jonas Carpay <jonascarpay@gmail.com>
copyright: 2022 Jonas Carpay
tested-with: GHC ==8.6.3 || ==8.8.3 || ==8.10.5
synopsis: CLI frecency history
extra-doc-files:
CHANGELOG.md
README.md
description:
Extremely simple CLI frecency histories.
Intended for adding frecency to tools like dmenu / rofi / fzf.
See the README for more information.
homepage: https://github.com/jonascarpay/frecently#readme
source-repository head
type: git
location: git://github.com/jonascarpay/frecently.git
executable frecently
hs-source-dirs: app
main-is: Main.hs
build-depends:
, atomic-write
, base >=4.9 && <5
, bytestring
, cereal
, containers
, directory
, filepath
, optparse-applicative
, process
default-language: Haskell2010
ghc-options:
-Wall -Wcompat -Widentities -Wincomplete-uni-patterns
-Wincomplete-record-updates -Wredundant-constraints
-fhide-source-paths -Wpartial-fields -O2