forked from brendanhay/gogol
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgogol-examples.cabal
37 lines (33 loc) · 984 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
name: gogol-examples
version: 0.0.1
synopsis: Basic examples for various gogol libraries.
homepage: https://github.com/brendanhay/gogol
license: OtherLicense
license-file: LICENSE
author: Brendan Hay
maintainer: Brendan Hay <[email protected]>
copyright: Copyright (c) 2015-2016 Brendan Hay
build-type: Simple
extra-source-files: README.md
cabal-version: >= 1.10
library
default-language: Haskell2010
hs-source-dirs: src
ghc-options: -Wall
exposed-modules:
Example.Storage
build-depends:
base >= 4.7
, bytestring
, conduit
, conduit-extra
, exceptions
, gogol == 0.0.1.*
, gogol-core
, gogol-storage
, http-conduit
, lens
, semigroups
, text
, time
, transformers