-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathclassifier.cabal
More file actions
45 lines (42 loc) · 1.63 KB
/
classifier.cabal
File metadata and controls
45 lines (42 loc) · 1.63 KB
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
-- Initial classifier.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: classifier
version: 0.1.0.0
synopsis: a test project
description: just a test project to learn haskell
license: Beerware
license-file: LICENSE
author: John Doe
maintainer: john@doe.org
-- copyright:
-- category:
build-type: Simple
extra-source-files: ChangeLog.md
cabal-version: >=1.10
tested-With: GHC == 8.2.1, GHC == 8.2.2
executable classifier
main-is: es.hs
other-modules: Lib.Utils.Socket,
Lib.Utils.File,
Lib.Utils.Blocket,
Lib.Utils.Bloodhound
-- other-extensions:
build-depends: base >=4.9.1.0 && <4.11,
text >= 1.2.2.2,
text-icu >= 0.7.0.1,
cmdargs >= 0.10.18,
containers >= 0.5.10.2,
unordered-containers >= 0.2.8.0,
http-media >= 0.7.1.1,
aeson >= 1.2.3.0,
warp >= 3.2.13,
servant >= 0.11,
servant-server >= 0.11.0.1,
bloodhound >= 0.15.0.0,
cmdargs >= 0.10.18,
bytestring >= 0.10.8.2,
json-stream >= 0.4.1.5,
http-client >= 0.5.7.1,
network >= 2.6.3.2
-- hs-source-dirs:
default-language: Haskell2010