packages feed

pia-forward-0.1.0.1: pia-forward.cabal

name:                pia-forward
version:             0.1.0.1
synopsis:            Set up port forwarding with the Private Internet Access
                     VPN service.
description:         Sets up and maintains a forwarded port.
license:             GPL-3
license-file:        LICENSE
author:              Echo Nolan
maintainer:          echo@echonolan.net
copyright:           Copyright 2015 Echo Nolan
category:            Network
build-type:          Simple
cabal-version:       >=1.10
homepage:            https://github.com/enolan/pia-forward
bug-reports:         https://github.com/enolan/pia-forward/issues
extra-doc-files:     README.md

executable pia-forward
  main-is:             Main.hs
  build-depends:       aeson == 0.8.*, base >=4.7 && <4.8, bytestring == 0.10.*,
                       data-default == 0.5.*, directory == 1.2.*,
                       filepath == 1.3.*, http-client == 0.4.7.*,
                       http-client-tls == 0.2.*, network-info == 0.2.*,
                       process == 1.2.*, random == 1.*, text == 1.2.*,
                       text-format == 0.3.*, time == 1.4.*, xdg-basedir == 0.2.*
  hs-source-dirs:      src
  default-language:    Haskell2010
  default-extensions:  DefaultSignatures, DeriveDataTypeable, DeriveGeneric,
                       NamedFieldPuns, OverloadedStrings, ScopedTypeVariables
  ghc-options:         -Wall

source-repository head
  type:                git
  location:            https://github.com/enolan/pia-forward.git