This repository has been archived by the owner on Nov 8, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
entologic-lib.cabal
48 lines (45 loc) · 1.63 KB
/
entologic-lib.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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
-- Initial entologic-translator.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: entologic-lib
version: 0.1.0.0
synopsis: Code explainer/translator for Entologic web service
-- description:
license: MIT
license-file: LICENSE
author: Daniel Mulcahy
maintainer: [email protected]
-- copyright:
category: Language
build-type: Simple
cabal-version: >=1.8
library
hs-source-dirs: src
exposed-modules: Entologic.Ast
Entologic.Ast.Json
Entologic.Output
Entologic.Output.Json
Entologic.Phrase
Entologic.Base
Entologic.Error
Entologic.Translate
Entologic.DB.Translations
Entologic.DB.Phrases
Entologic.DB
build-depends: base >=4.6
, transformers >=0.3
, bytestring >=0.10
, mtl >=2.1
, text >=0.11
, containers >=0.5
, process >=1.2
, time >=1.4
, network >=2.4
, mongoDB >=1.4
, aeson >= 0.6
, data-endian >=0.0.1
, lens >=3.10
, vector -any
, attoparsec -any
, semigroups -any
, unix -any
, unordered-containers -any