-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlanhunch.cabal
31 lines (29 loc) · 993 Bytes
/
lanhunch.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
name: lanhunch
version: 0.1.0.0
synopsis: language identification library
description: Please see README.md
homepage: https://github.com/sigrlami/lnhunch#readme
license: MIT
license-file: LICENSE
author: Sergey Bushnyak
maintainer: [email protected]
copyright: Copyright: (c) 2016 Sergey Bushnyak
category: Text
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
library
hs-source-dirs: src
exposed-modules: Hunch
other-modules: Hunch.Types
, Hunch.Analyse.Naive
, Hunch.Analyse.NGram
build-depends: base >= 4.7 && < 5
, containers
, text
, safe
, MissingH
default-language: Haskell2010
source-repository head
type: git
location: https://github.com/sigrlami/lnhunch