name: plural version: 0.1.0.0 synopsis: Pluralize description: Pluralize english words pretty darn well license: BSD3 license-file: LICENSE author: Isaac Shapira maintainer: fresheyeball@gmail.com category: Language build-type: Simple cabal-version: >=1.10 tested-with: GHC == 8.4.1, GHC == 8.2.2, GHC == 8.0.2 source-repository head type: git location: https://gitlab.com/fresheyeball/plural.git library exposed-modules: Language.English.Pluralize hs-source-dirs: src default-language: Haskell2010 build-depends: base >= 4.9 && < 4.12, bytestring >= 0.10.8 && < 0.11, containers >= 0.5.7 && < 0.6 test-suite spec type: exitcode-stdio-1.0 main-is: Test.hs default-language: Haskell2010 build-depends: base , plural , hspec