Plural-0.0.1: Plural.cabal
name: Plural
version: 0.0.1
Cabal-Version: >= 1.6
license: GPL-3
license-file: LICENSE
copyright: (c) 2009 Andy Stewart
synopsis: Pluralize English words
description: Pluralize English words
author: Andy Stewart
maintainer: lazycat.manatee@gmail.com
stability: provisional
category: Language
tested-with: GHC==6.10.4
build-type: Simple
extra-source-files: Setup.lhs
executable plural
build-depends: containers >= 0.2.0.1, regex-tdfa >= 1.1.2, base >= 4 && < 5
main-is: Main.hs
other-modules:
extensions:
ghc-options: -fwarn-unused-matches -fwarn-unused-binds -fwarn-unused-imports -fwarn-overlapping-patterns -fwarn-duplicate-exports