Skip to content

Add: ghc-8.6.4 resolvers #6

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ os:
env:
- STACK_YAML=stack-ghc7.10.3.yaml
- STACK_YAML=stack-ghc8.0.2.yaml
- STACK_YAML=stack-ghc8.6.4.yaml

# Caching so the next build will be fast too.
cache:
Expand Down
10 changes: 5 additions & 5 deletions socket-unix.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 0.2.0.0
synopsis: Unix domain sockets
description: A Unix domain socket extension for the socket library
homepage: https://github.com/vyacheslavhashov/haskell-socket-unix#readme
license: MIT
license: MIT
license-file: LICENSE
author: Vyacheslav Hashov
maintainer: vyacheslavhashov@gmail.com
Expand Down Expand Up @@ -43,8 +43,8 @@ test-suite default
build-depends: base >= 4.7 && < 5
, socket >= 0.8.0.0 && < 0.9.0.0
, socket-unix
, tasty >= 0.11 && < 0.12
, tasty-hunit >= 0.9 && < 0.10
, tasty >= 0.11 && < 1.3
, tasty-hunit >= 0.9 && < 0.11
, bytestring >= 0.10.0.0 && < 0.11
, unix >= 2.7 && < 3.0
, async >= 2.0 && < 2.3
Expand All @@ -63,8 +63,8 @@ test-suite threaded
build-depends: base >= 4.7 && < 5
, socket >= 0.8.0.0 && < 0.9.0.0
, socket-unix
, tasty >= 0.11 && < 0.12
, tasty-hunit >= 0.9 && < 0.10
, tasty >= 0.11 && < 1.3
, tasty-hunit >= 0.9 && < 0.11
, bytestring >= 0.10.0.0 && < 0.11
, unix >= 2.7 && < 3.0
, async >= 2.0 && < 2.3
Expand Down
12 changes: 12 additions & 0 deletions stack-ghc8.6.4.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
resolver: lts-13.16

packages:
- '.'
extra-deps:
- socket-0.8.2.0

# Override default flag values for local packages and extra-deps
flags: {}

# Extra package databases containing global packages
extra-package-dbs: []
1 change: 0 additions & 1 deletion stack.yaml

This file was deleted.