cabal-version: 3.0 name: proquint version: 0.1.0.0 synopsis: Proquints: Identifiers that are Readable, Spellable, and Pronounceable description: Implementation of proquints: Identifiers that are Readable, Spellable, and Pronounceable. Follows the specification at https://arxiv.org/html/0901.4016 license: EUPL-1.2 license-file: LICENSE author: Francesco Gazzetta maintainer: Francesco Gazzetta copyright: (c) Francesco Gazzetta category: Data homepage: https://sr.ht/~fgaz/haskell-proquint bug-reports: https://todo.sr.ht/~fgaz/haskell-proquint build-type: Simple extra-doc-files: CHANGELOG.md -- extra-source-files: source-repository head type: git location: https://git.sr.ht/~fgaz/haskell-proquint common warnings ghc-options: -Wall library import: warnings exposed-modules: Proquint other-extensions: BinaryLiterals PatternSynonyms build-depends: base ^>=4.17.0.0 || ^>=4.18.0.0 , array ^>=0.5.4 hs-source-dirs: src default-language: Haskell2010 test-suite proquint-test import: warnings default-language: Haskell2010 type: exitcode-stdio-1.0 hs-source-dirs: test main-is: Main.hs build-depends: base , proquint , tasty ^>=1.4.3 , tasty-hunit ^>=0.10.0.3 , tasty-quickcheck ^>=0.10.2