You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
1.1 KiB
34 lines
1.1 KiB
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
|