Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for network-3.0.0.0. #6

Merged
merged 3 commits into from
Jan 21, 2019

Conversation

naushadh
Copy link
Contributor

@naushadh naushadh commented Jan 21, 2019

  • Fix stackage#4312: Relax version bound for network.
  • Tested using the following stack.yaml file:
resolver: lts-13.4
packages:
  - .
  - ./tcp-streams-openssl
extra-deps:
- network-3.0.0.0
# - network-2.6.3.6
- git: [email protected]:naushadh/io-streams.git
  commit: 8ebb795b86e20d60ba6fdbbb25c3cb1ef90b2d98

extra-include-dirs:
- /usr/local/opt/openssl/include/
extra-lib-dirs:
- /usr/local/opt/openssl/lib

Tested using the following stack.yaml file:

```yaml
resolver: lts-13.4
packages:
  - .
  - ./tcp-streams-openssl
extra-deps:
# - network-3.0.0.0
- network-2.6.3.6
- git: [email protected]:naushadh/io-streams.git
  commit: 8ebb795b86e20d60ba6fdbbb25c3cb1ef90b2d98

extra-include-dirs:
- /usr/local/opt/openssl/include/
extra-lib-dirs:
- /usr/local/opt/openssl/lib
```
```
$ cabal install --only-dependencies --enable-tests --enable-benchmarks
Resolving dependencies...
In order, the following would be installed:
network-2.6.3.6 (latest: 3.0.0.0) (new version)
HsOpenSSL-0.11.1.1 (latest: 0.11.4.15) (new package)
HsOpenSSL-x509-system-0.1.0.3 (new package)
io-streams-1.5.0.1 (reinstall) changes: network-2.8.0.0 -> 2.6.3.6
tls-1.4.1 (reinstall) changes: network-2.8.0.0 -> 2.6.3.6
tcp-streams-1.0.1.0 (new version)
cabal: The following packages are likely to be broken by the reinstalls:
tcp-streams-1.0.1.1
Use --force-reinstalls if you want to install anyway.
```
@winterland1989
Copy link
Collaborator

Thank you very much!

@winterland1989 winterland1989 merged commit 8728acf into didi-FP:master Jan 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

network 3.0.0.0
2 participants