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

Fix stackage#4312: Relax network version bound. #10

Merged
merged 2 commits into from
Jan 29, 2019

Commits on Jan 29, 2019

  1. Configuration menu
    Copy the full SHA
    0821a5a View commit details
    Browse the repository at this point in the history
  2. Fix stackage#4312: Relax network version bound.

    Issue: commercialhaskell/stackage#4312
    
    Should be safe for us to relax bound as upstream `mysql-haskell` library has already safely relaxed its bound.
    
    Tested with the following `stack.yaml`:
    
    ```yaml
    resolver: lts-10.4
    packages:
      - ./persistent
      - ./persistent-template
      - ./persistent-sqlite
      - ./persistent-test
      - ./persistent-mongoDB
      - ./persistent-mysql
      - ./persistent-mysql-haskell
      - ./persistent-postgresql
      - ./persistent-redis
      - ./persistent-qq
    extra-deps:
    - monad-logger-0.3.28.1
    - mysql-simple-0.4.4
    
    - mono-traversable-1.0.8.1
    - unliftio-0.2.4.0
    - unliftio-core-0.1.1.0
    - async-2.1.1.1
    - typed-process-0.2.1.0
    - resourcet-1.1.11
    
    - network-3.0.0.0
    # - network-2.6.3.6
    - tcp-streams-1.0.1.1
    - io-streams-1.5.1.0
    - mysql-haskell-0.8.4.2
    ```
    naushadh committed Jan 29, 2019
    Configuration menu
    Copy the full SHA
    bc187ef View commit details
    Browse the repository at this point in the history