alphabetDistance/alphabetDistance.cabal

35 lines
1.1 KiB
Plaintext
Raw Permalink Normal View History

2020-08-19 18:45:46 +02:00
cabal-version: >=1.10
-- Initial package description 'alphabetDistance.cabal' generated by 'cabal
-- init'. For further documentation, see
-- http://haskell.org/cabal/users-guide/
name: alphabetDistance
version: 0.1.0.0
synopsis: A library to implement a norm and a distance on strings useful to quantify intervals in dictionaries
-- description:
homepage: https://git.marvid.fr/~Tissevert/alphabetDistance
-- bug-reports:
license: BSD3
license-file: LICENSE
author: Tissevert
maintainer: tissevert+devel@marvid.fr
-- copyright:
category: Text
build-type: Simple
extra-source-files: CHANGELOG.md
library
exposed-modules: Text.AlphabetDistance
-- other-modules:
-- other-extensions:
build-depends: base >=4.11 && <4.12
hs-source-dirs: lib
default-language: Haskell2010
test-suite alphabetDistance-test
default-language: Haskell2010
type: exitcode-stdio-1.0
hs-source-dirs: test
main-is: MyLibTest.hs
build-depends: base >=4.11 && <4.12