forked from reinh/http-client-lens
-
Notifications
You must be signed in to change notification settings - Fork 0
/
http-client-lens.cabal
41 lines (35 loc) · 1009 Bytes
/
http-client-lens.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
name: http-client-lens
category: Lens
version: 0.1.0
license: BSD3
cabal-version: >= 1.6
license-file: LICENSE
author: Rein Henrichs
maintainer: Rein Henrichs <[email protected]>
stability: provisional
homepage: http://github.com/reinh/http-client-lens
bug-reports: http://github.com/reinh/http-client-lens/issues
copyright: Copyright (C) 2014 Rein Henrichs
synopsis: Optics for http-client
description: Optics for <http://hackage.haskell.org/package/http-client http-client>.
build-type: Simple
extra-source-files:
.ghci
.gitignore
.travis.yml
CHANGELOG.markdown
source-repository head
type: git
location: git://github.com/reinh/http-client-lens.git
library
build-depends:
base == 4.*,
bytestring == 0.10.*,
http-client == 0.3.*,
http-types == 0.8.*,
lens == 4.*,
network == 2.4.*
exposed-modules:
Network.HTTP.Client.Lens
hs-source-dirs: src
ghc-options: -Wall