diff --git a/.travis.yml b/.travis.yml index aef8b03..820e371 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: diff --git a/socket-unix.cabal b/socket-unix.cabal index 94c701b..f1eb47f 100644 --- a/socket-unix.cabal +++ b/socket-unix.cabal @@ -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 @@ -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 @@ -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 diff --git a/stack-ghc8.6.4.yaml b/stack-ghc8.6.4.yaml new file mode 100644 index 0000000..7a8aee9 --- /dev/null +++ b/stack-ghc8.6.4.yaml @@ -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: [] diff --git a/stack.yaml b/stack.yaml deleted file mode 120000 index a46c219..0000000 --- a/stack.yaml +++ /dev/null @@ -1 +0,0 @@ -stack-ghc8.0.2.yaml \ No newline at end of file