name:                on-demand-ssh-tunnel
version:             0.1.0.3
synopsis:            Program that sends traffic through SSH tunnels on-demand
description:         Program that sends traffic through SSH tunnels on-demand
homepage:            https://github.com/crackleware/on-demand-ssh-tunnel
license:             MIT
license-file:        LICENSE
author:              Predrag Radovic
maintainer:          predrg@gmail.com
copyright:           (c) 2014 Predrag Radovic
category:            Network
build-type:          Simple
extra-source-files:  README
cabal-version:       >=1.10

executable on-demand-ssh-tunnel
  main-is:             on-demand-ssh-tunnel.hs
  -- other-modules:       
  -- other-extensions:    
  build-depends:       base >=4.5 && <4.6, network, bytestring, random, process
  -- hs-source-dirs:      
  default-language:    Haskell2010