fuzzyset-0.3.1: fuzzyset.cabal
cabal-version: 2.2
-- This file has been generated from package.yaml by hpack version 0.35.1.
--
-- see: https://github.com/sol/hpack
name: fuzzyset
version: 0.3.1
synopsis: Fuzzy set data structure for approximate string matching
description: Please see the README on GitHub at <https://github.com/laserpants/fuzzyset-haskell#readme>
category: Data
homepage: https://github.com/laserpants/fuzzyset-haskell#readme
bug-reports: https://github.com/laserpants/fuzzyset-haskell/issues
author: Heikki Johannes Hildén
maintainer: hildenjohannes@gmail.com
copyright: 2017-present laserpants
license: BSD-3-Clause
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
source-repository head
type: git
location: https://github.com/laserpants/fuzzyset-haskell
library
exposed-modules:
Data.FuzzySet
Data.FuzzySet.Internal
Data.FuzzySet.Monad
Data.FuzzySet.Simple
Data.FuzzySet.Utils
other-modules:
Paths_fuzzyset
autogen-modules:
Paths_fuzzyset
hs-source-dirs:
src
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints
build-depends:
base >=4.7 && <5
, mtl >=2.2.2 && <2.4.0
, text >=2.0.2 && <2.1.0
, text-metrics >=0.3.2 && <0.4.0
, transformers >=0.5.6.2 && <0.7.0.0
, unordered-containers >=0.2.19.1 && <0.3.0.0
, vector >=0.13.0.0 && <0.14.0.0
default-language: Haskell2010
test-suite fuzzyset-test
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
Helpers
Paths_fuzzyset
autogen-modules:
Paths_fuzzyset
hs-source-dirs:
test
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N
build-depends:
base >=4.7 && <5
, fuzzyset
, hspec >=2.10.10 && <2.12
, ieee754 >=0.8.0 && <0.9
, mtl >=2.2.2 && <2.4.0
, text >=2.0.2 && <2.1.0
, text-metrics >=0.3.2 && <0.4.0
, transformers >=0.5.6.2 && <0.7.0.0
, unordered-containers >=0.2.19.1 && <0.3.0.0
, vector >=0.13.0.0 && <0.14.0.0
default-language: Haskell2010