packages feed

ssh-tunnel-1.0.0.0: ssh-tunnel.cabal

name:                ssh-tunnel
version:             1.0.0.0
synopsis:            Proxy http-client via ssh tunnel.
description:         Please see README.md
homepage:            https://github.com/githubuser/ssh-tunnel#readme
license:             BSD3
license-file:        LICENSE
author:                Anton Gushcha <ncrashed@gmail.com>
                     , Anatoliy Nardid <nazgul17@gmail.com>
maintainer:          ncrashed@gmail.com
copyright:           2016-2017 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
    , foldl           >= 1.1    && < 1.3
    , 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.4
    , 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