update wstunnel.cabal
Former-commit-id: 877bc9acb0efe49f71792aeaa372a88294d0a1c4 Former-commit-id: 731891558bc25af514932eea17e191af6ff0ee5e [formerly 9c1aa97c52c1dd42c3e251ade9e607aca894a3c8] [formerly b3cac93e9fff41d3f608814eff19d5b26d7e2641 [formerly 2ee93fd07abf5ae82eadf98ea89b816bf30c654a [formerly dc06f942131c13169efff820c27b2c8f55bd62cc] [formerly dc06f942131c13169efff820c27b2c8f55bd62cc [formerly dc06f942131c13169efff820c27b2c8f55bd62cc [formerly 52333f897aead53ca6e9772db18a7afbbfa06def]]]]] Former-commit-id: 55bcfb4aa33e466fc0490047909a86b8a00af48f [formerly 7889bd6db021e03df8db922b484cd44d07921d32] Former-commit-id: 53492e2496aef80f8789e8d4a68b3fd5c4d3f9ee Former-commit-id: c38af73f7c57852bd6a291da84a551c218bd5b70 Former-commit-id: 8bcbc0adcf66791390591d1525423e504b6cbb81 Former-commit-id: a8e300488712df6edc9e298690d634494cb36a1e [formerly c14c324e3349e090877c0c0081fd51bc3e0eaf96] Former-commit-id: b51faa5b0b53025e3e10badf1d3181db6c4984c5
This commit is contained in:
parent
5b0cd62658
commit
712dd9ab85
1 changed files with 6 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
name: wstunnel
|
||||
version: 0.1.0.0
|
||||
version: 0.3.0.0
|
||||
synopsis: Initial project template from stack
|
||||
description: Please see README.md
|
||||
description: For more information regarding wstunnel, please refer to README.md
|
||||
homepage: https://github.com/githubuser/wstunnel#readme
|
||||
license: BSD3
|
||||
license-file: LICENSE
|
||||
|
@ -18,7 +18,7 @@ library
|
|||
exposed-modules: Tunnel, Protocols, Types, Logger, Socks5, Credentials, HttpProxy
|
||||
default-extensions: NoImplicitPrelude, ScopedTypeVariables, BangPatterns, RecordWildCards
|
||||
build-depends: async
|
||||
, base
|
||||
, base >= 4.5 && < 5
|
||||
, base64-bytestring >= 1.0
|
||||
, binary >= 0.7
|
||||
, bytestring
|
||||
|
@ -41,11 +41,11 @@ test-suite wstunnel-test
|
|||
hs-source-dirs: test
|
||||
main-is: Spec.hs
|
||||
default-extensions: NoImplicitPrelude, ScopedTypeVariables, BangPatterns, RecordWildCards
|
||||
build-depends: base
|
||||
build-depends: base >= 4.5 && < 5
|
||||
, async
|
||||
, text >= 1.2.2.1
|
||||
, classy-prelude
|
||||
, bytestring
|
||||
, bytestring
|
||||
, network
|
||||
, network-conduit-tls
|
||||
, streaming-commons
|
||||
|
@ -66,7 +66,7 @@ executable wstunnel
|
|||
ghc-options: -threaded
|
||||
-O3
|
||||
-rtsopts "-with-rtsopts=-N -qb -qg"
|
||||
build-depends: base
|
||||
build-depends: base >= 4.5 && < 5
|
||||
, bytestring
|
||||
, classy-prelude
|
||||
, cmdargs
|
||||
|
|
Loading…
Reference in a new issue