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

Commits on Jan 21, 2019

  1. Add support for network-3.0.0.0.

    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
    ```
    naushadh committed Jan 21, 2019
    Configuration menu
    Copy the full SHA
    47a6d14 View commit details
    Browse the repository at this point in the history
  2. Try to address cabal issue on Travis.

    ```
    $ 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.
    ```
    naushadh committed Jan 21, 2019
    Configuration menu
    Copy the full SHA
    980c867 View commit details
    Browse the repository at this point in the history
  3. Trigger travis.

    naushadh committed Jan 21, 2019
    Configuration menu
    Copy the full SHA
    0de9c9d View commit details
    Browse the repository at this point in the history