packages feed

aspell-pipe-0.5: aspell-pipe.cabal

name:                aspell-pipe
version:             0.5
synopsis:            Pipe-based interface to the Aspell program
description:         A pipe-based interface to the Aspell program (no
                     dynamic linking required).
license:             BSD3
license-file:        LICENSE
author:              Jonathan Daugherty
maintainer:          jtd@galois.com
copyright:           2017 Jonathan Daugherty
category:            Text
build-type:          Simple
extra-source-files:  CHANGELOG.md
cabal-version:       1.18

extra-doc-files:     README.md

source-repository    head
  type: git
  location: https://github.com/matterhorn-chat/aspell-pipe.git

library
  exposed-modules:
    Text.Aspell

  hs-source-dirs:      src
  default-language:    Haskell2010
  build-depends:       base    >= 4.8 && < 5,
                       async   >= 2.2 && < 2.3,
                       process >= 1.3,
                       text