-
Notifications
You must be signed in to change notification settings - Fork 1
/
ssh-tunnel.cabal
37 lines (35 loc) · 1.21 KB
/
ssh-tunnel.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: ssh-tunnel
version: 1.0.0.1
synopsis: Proxy http-client via ssh tunnel.
description: Please see README.md
homepage: https://github.com/Teaspot-Studio/ssh-tunnel#readme
license: BSD3
license-file: LICENSE
author: Anton Gushcha <[email protected]>
, Anatoliy Nardid <[email protected]>
, Levon Oganyan <[email protected]>
maintainer: [email protected]
copyright: 2016-2019 Anton Gushcha
category: Web
build-type: Simple
extra-source-files: README.md
cabal-version: >=1.10
library
hs-source-dirs: src
exposed-modules:
Control.SSH.Tunnel
build-depends:
base >= 4.7 && < 5
, http-client >= 0.4 && < 0.6
, managed >= 1.0 && < 1.1
, text >= 1.2 && < 1.3
, transformers >= 0.4 && < 0.6
, turtle >= 1.2 && < 1.6
, uuid >= 1.3 && < 1.4
default-language: Haskell2010
default-extensions:
DeriveGeneric
OverloadedStrings
source-repository head
type: git
location: https://github.com/Teaspot-Studio/ssh-tunnel