-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfreckle-ecs.cabal
More file actions
56 lines (52 loc) · 1.6 KB
/
Copy pathfreckle-ecs.cabal
File metadata and controls
56 lines (52 loc) · 1.6 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
cabal-version: 1.18
-- This file has been generated from package.yaml by hpack version 0.38.1.
--
-- see: https://github.com/sol/hpack
name: freckle-ecs
version: 0.0.0.1
synopsis: Small utility for Amazon Elastic Container Service
description: Please see README.md
category: Prelude
homepage: https://github.com/freckle/freckle-ecs#readme
bug-reports: https://github.com/freckle/freckle-ecs/issues
maintainer: Freckle Education
license: MIT
license-file: LICENSE
build-type: Simple
extra-source-files:
package.yaml
extra-doc-files:
README.md
CHANGELOG.md
source-repository head
type: git
location: https://github.com/freckle/freckle-ecs
library
exposed-modules:
Freckle.App.Ecs
other-modules:
Paths_freckle_ecs
hs-source-dirs:
library
default-extensions:
DataKinds
DeriveAnyClass
DerivingVia
DerivingStrategies
GADTs
LambdaCase
NoImplicitPrelude
NoMonomorphismRestriction
OverloadedStrings
TypeFamilies
ghc-options: -fignore-optim-changes -fwrite-ide-info -Weverything -Wno-all-missed-specialisations -Wno-missing-exported-signatures -Wno-missing-import-lists -Wno-missing-kind-signatures -Wno-missing-local-signatures -Wno-missing-safe-haskell-mode -Wno-monomorphism-restriction -Wno-prepositive-qualified-module -Wno-safe -Wno-unsafe
build-depends:
aeson
, base <5
, extra
, freckle-http
, freckle-prelude
, mtl
default-language: GHC2021
if impl(ghc >= 9.8)
ghc-options: -Wno-missing-role-annotations -Wno-missing-poly-kind-signatures