-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathautoteka.cabal
More file actions
65 lines (60 loc) · 1.5 KB
/
autoteka.cabal
File metadata and controls
65 lines (60 loc) · 1.5 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.33.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 4cef53481bb8f7ac4221e7b4ac15e989f5bb92c9672f757df809e638d6e61609
name: autoteka
version: 0.2.0.0
description: FIXME
homepage: https://github.com/ruamk/autoteka#readme
bug-reports: https://github.com/ruamk/autoteka/issues
author: Max Taldykin
maintainer: jorpic@gmail.com
copyright: 2020 RAMC
license: MIT
build-type: Simple
extra-source-files:
README.md
source-repository head
type: git
location: https://github.com/ruamk/autoteka
library
exposed-modules:
Autoteka
Autoteka.Internals
Autoteka.Types
other-modules:
Paths_autoteka
hs-source-dirs:
src
default-extensions: OverloadedStrings DeriveGeneric TypeOperators DataKinds
ghc-options: -Wall -Werror -O2 -funbox-strict-fields
build-depends:
aeson
, base
, http-api-data
, http-client
, servant
, servant-client
, text
, time
default-language: Haskell2010
executable autoteka
main-is: Main.hs
other-modules:
Paths_autoteka
hs-source-dirs:
bin
default-extensions: OverloadedStrings DeriveGeneric TypeOperators DataKinds LambdaCase OverloadedStrings
ghc-options: -Wall -Werror -O2 -funbox-strict-fields
build-depends:
aeson
, autoteka
, base
, http-client
, http-client-tls
, servant-client
, text
, time
default-language: Haskell2010