-
Notifications
You must be signed in to change notification settings - Fork 0
/
tesseractH.cabal
31 lines (28 loc) · 921 Bytes
/
tesseractH.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
-- Initial haskTesseract.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: tesseractH
version: 0.1.0.0
synopsis: Haskell bindings for tesseract C API
-- description:
homepage: https://github.com/timsears/tesseractH
license: BSD3
license-file: LICENSE
author: Tim Sears
maintainer: [email protected]
-- copyright:
category: Text
build-type: Simple
cabal-version: >=1.8
Library
build-depends: base >=4.5.0 && <5.0,
text,
stringable ==0.1.*,
mtl -any
Exposed-modules: TesseractH
TesseractH.CAPI
hs-source-dirs: lib
Build-tools: c2hs
ghc-options: -Wall -static
cc-options: -U__BLOCKS__
Other-modules:
Extra-libraries: tesseract lept