packages feed

wordexp-0.2.2: wordexp.cabal

name:                wordexp
version:             0.2.2
synopsis:            wordexp(3) wrappers
description:         man wordexp
license:             BSD3
license-file:        LICENSE
author:              Matvey Aksenov
maintainer:          matvey.aksenov@gmail.com
category:            System
build-type:          Simple
cabal-version:       >= 1.8

library
  build-depends:     base >= 4 && < 5,
                     array,
                     semigroups
  hs-source-dirs:    src
  exposed-modules:   System.Wordexp
                     System.Wordexp.Simple
  build-tools:       c2hs

source-repository head
  type:     git
  location: https://github.com/supki/wordexp