-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhackage-team.cabal
97 lines (92 loc) · 2.57 KB
/
hackage-team.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.37.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 13bd46fd6f45d65f03424ac10ddada8a2ed22ca0d8499dce3c99b96d184bc871
name: hackage-team
version: 0.0.0.1
description: Please see <https://github.com/freckle/hackage-team#readme>
homepage: https://github.com/freckle/hackage-team#readme
bug-reports: https://github.com/freckle/hackage-team/issues
author: Freckle Engineering
maintainer: [email protected]
copyright: 2021 Renaissance Learning Inc
license: MIT
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
CHANGELOG.md
source-repository head
type: git
location: https://github.com/freckle/hackage-team
library
exposed-modules:
HackageTeam.App
HackageTeam.HackageApi
HackageTeam.HackageApi.Actual
HackageTeam.HTTP
HackageTeam.Options
HackageTeam.Prelude
HackageTeam.Run
other-modules:
Paths_hackage_team
hs-source-dirs:
src
default-extensions:
DataKinds
DeriveAnyClass
DerivingStrategies
DerivingVia
DuplicateRecordFields
GADTs
LambdaCase
NoFieldSelectors
NoImplicitPrelude
NoMonomorphismRestriction
NoPostfixOperators
OverloadedRecordDot
OverloadedStrings
QuasiQuotes
TypeFamilies
ghc-options: -Weverything -Wno-missing-import-lists -Wno-missing-kind-signatures -Wno-missing-poly-kind-signatures -Wno-missing-role-annotations -Wno-missing-safe-haskell-mode -Wno-unsafe
build-depends:
aeson
, base >=4.11 && <5
, bytestring
, http-client
, http-conduit
, http-types
, monad-logger
, mtl
, optparse-applicative
, rio
default-language: GHC2021
executable hackage-team
main-is: Main.hs
other-modules:
Paths_hackage_team
hs-source-dirs:
app
default-extensions:
DataKinds
DeriveAnyClass
DerivingStrategies
DerivingVia
DuplicateRecordFields
GADTs
LambdaCase
NoFieldSelectors
NoImplicitPrelude
NoMonomorphismRestriction
NoPostfixOperators
OverloadedRecordDot
OverloadedStrings
QuasiQuotes
TypeFamilies
ghc-options: -Weverything -Wno-missing-import-lists -Wno-missing-kind-signatures -Wno-missing-poly-kind-signatures -Wno-missing-role-annotations -Wno-missing-safe-haskell-mode -Wno-unsafe -threaded -rtsopts -with-rtsopts=-N
build-depends:
base >=4.11 && <5
, hackage-team
default-language: GHC2021