-
Notifications
You must be signed in to change notification settings - Fork 110
/
Copy pathgogol-examples.cabal
38 lines (36 loc) · 953 Bytes
/
gogol-examples.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
cabal-version: 2.2
name: gogol-examples
version: 1.0.0.0
synopsis: Basic examples for various gogol libraries.
homepage: https://github.com/brendanhay/gogol
license: MPL-2.0
license-file: LICENSE
author: Brendan Hay
maintainer: Brendan Hay <[email protected]>
copyright: Copyright (c) 2015-2025 Brendan Hay
build-type: Simple
extra-source-files: README.md
library
default-language: GHC2021
hs-source-dirs: src
ghc-options: -Wall
exposed-modules:
Example.Sheets
Example.Storage
Example.Tutorial
build-depends:
, aeson
, base >=4.12
, bytestring
, conduit
, conduit-extra
, generic-lens
, gogol >=1.0.0.0
, gogol-bigquery
, gogol-core
, gogol-sheets
, gogol-storage
, lens
, resourcet
, text
, unordered-containers