packages feed

xdg-desktop-entry-0.1.1.1: xdg-desktop-entry.cabal

cabal-version:       2.4
-- Initial package description 'xdg-desktop-entry.cabal' generated by
-- 'cabal init'.  For further documentation, see
-- http://haskell.org/cabal/users-guide/

name:                xdg-desktop-entry
version:             0.1.1.1
synopsis:            Parse files conforming to the xdg desktop entry spec
-- description:
-- bug-reports:
license:             BSD-3-Clause
license-file:        LICENSE
author:              Ivan Malison
maintainer:          IvanMalison@gmail.com
-- copyright:
category:            System
extra-source-files:  CHANGELOG.md

library
  exposed-modules:     System.Environment.XDG.DesktopEntry
  build-depends:       base >=4.12 && < 5,
                       ConfigFile,
                       directory,
                       either,
                       filepath,
                       multimap,
                       transformers,
                       safe,
                       unix,
  hs-source-dirs:      src
  default-language:    Haskell2010