fuzzyset-0.1.0.8: fuzzyset.cabal
name: fuzzyset
version: 0.1.0.8
synopsis: Fuzzy set for approximate string matching
description: This library is based on the Python and JavaScript libraries with the same name.
homepage: https://github.com/laserpants/fuzzyset-haskell
license: BSD3
license-file: LICENSE
author: Johannes Hildén
maintainer: hildenjohannes@gmail.com
copyright: 2017 Johannes Hildén
category: Data
build-type: Simple
extra-source-files: README.md
cabal-version: >= 1.10
library
hs-source-dirs: src
exposed-modules: Data.FuzzySet
, Data.FuzzySet.Internal
, Data.FuzzySet.Lens
, Data.FuzzySet.Types
, Data.FuzzySet.Util
build-depends: base >= 4.7 && < 5
, base-unicode-symbols >= 0.2.2.4 && < 0.3
, data-default >= 0.7.1.1 && < 0.8
, lens >= 4.15.4
, text >= 1.2.2.2
, text-metrics >= 0.3.0 && < 0.4
, unordered-containers >= 0.2.8.0
, vector >= 0.12.0.1
default-language: Haskell2010
test-suite fuzzyset-test
type: exitcode-stdio-1.0
hs-source-dirs: test
main-is: Spec.hs
build-depends: base
, base-unicode-symbols >= 0.2.2.4 && < 0.3
, hspec >= 2.4.4
, fuzzyset
, lens >= 4.15.4
, text >= 1.2.2.2
, ieee754 >= 0.8.0 && < 0.9
, unordered-containers >= 0.2.8.0
ghc-options: -threaded -rtsopts -with-rtsopts=-N
default-language: Haskell2010
source-repository head
type: git
location: https://github.com/laserpants/fuzzyset-haskell