Skip to content

Commit bca599e

Browse files
committed
Update to GHC-9.6.4
1 parent be311e0 commit bca599e

File tree

5 files changed

+81
-26
lines changed

5 files changed

+81
-26
lines changed

socket-unix.cabal

Lines changed: 30 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: socket-unix
2-
version: 0.2.0.0
2+
version: 0.3.0.0
33
synopsis: Unix domain sockets
44
description: A Unix domain socket extension for the socket library
55
homepage: https://github.com/vyacheslavhashov/haskell-socket-unix#readme
6-
license: MIT
6+
license: MIT
77
license-file: LICENSE
88
author: Vyacheslav Hashov
99
maintainer: vyacheslavhashov@gmail.com
@@ -23,12 +23,15 @@ library
2323
exposed-modules: System.Socket.Family.Unix
2424
other-modules: System.Socket.Family.Unix.Internal
2525
System.Socket.Family.Unix.Platform
26-
build-depends: base >= 4.7 && < 5
27-
, socket >= 0.8.0.0 && < 0.9.0.0
28-
, bytestring >= 0.10.0.0 && < 0.11
26+
build-depends:
27+
base
28+
, socket
29+
, bytestring
2930

30-
ghc-options: -Wall -O2
31-
default-language: Haskell2010
31+
ghc-options:
32+
-Wall
33+
-O2
34+
default-language: GHC2021
3235

3336
test-suite default
3437
type: exitcode-stdio-1.0
@@ -40,15 +43,16 @@ test-suite default
4043
main-is: test.hs
4144
other-modules: Internal
4245
Platform
43-
build-depends: base >= 4.7 && < 5
44-
, socket >= 0.8.0.0 && < 0.9.0.0
45-
, socket-unix
46-
, tasty >= 0.11 && < 0.12
47-
, tasty-hunit >= 0.9 && < 0.10
48-
, bytestring >= 0.10.0.0 && < 0.11
49-
, unix >= 2.7 && < 3.0
50-
, async >= 2.0 && < 2.3
51-
default-language: Haskell2010
46+
build-depends:
47+
base
48+
, socket
49+
, socket-unix
50+
, tasty
51+
, tasty-hunit
52+
, bytestring
53+
, unix
54+
, async
55+
default-language: GHC2021
5256

5357
test-suite threaded
5458
type: exitcode-stdio-1.0
@@ -60,16 +64,17 @@ test-suite threaded
6064
main-is: test.hs
6165
other-modules: Internal
6266
Platform
63-
build-depends: base >= 4.7 && < 5
64-
, socket >= 0.8.0.0 && < 0.9.0.0
65-
, socket-unix
66-
, tasty >= 0.11 && < 0.12
67-
, tasty-hunit >= 0.9 && < 0.10
68-
, bytestring >= 0.10.0.0 && < 0.11
69-
, unix >= 2.7 && < 3.0
70-
, async >= 2.0 && < 2.3
67+
build-depends:
68+
base
69+
, socket
70+
, socket-unix
71+
, tasty
72+
, tasty-hunit
73+
, bytestring
74+
, unix
75+
, async
7176
ghc-options: -threaded
72-
default-language: Haskell2010
77+
default-language: GHC2021
7378

7479
source-repository head
7580
type: git

stack-ghc9.6.4.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
resolver: lts-22.13
2+
3+
packages:
4+
- '.'
5+
extra-deps:
6+
- socket-0.8.3.0
7+
8+
# Override default flag values for local packages and extra-deps
9+
flags: {}
10+
11+
# Extra package databases containing global packages
12+
extra-package-dbs: []

stack-ghc9.6.4.yaml.lock

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# This file was autogenerated by Stack.
2+
# You should not edit this file by hand.
3+
# For more information, please see the documentation at:
4+
# https://docs.haskellstack.org/en/stable/lock_files
5+
6+
packages:
7+
- completed:
8+
hackage: socket-0.8.3.0@sha256:25c35fc352de42010871ac2162b344a48d43512fa51f3ac24e8518fb964cc11e,3414
9+
pantry-tree:
10+
sha256: 7624c9b5bcf71109aebd94ae8ae9dbec1503184784e4546de75c0c19e792a475
11+
size: 2064
12+
original:
13+
hackage: socket-0.8.3.0
14+
snapshots:
15+
- completed:
16+
sha256: 6f0bea3ba5b07360f25bc886e8cff8d847767557a492a6f7f6dcb06e3cc79ee9
17+
size: 712905
18+
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/22/13.yaml
19+
original: lts-22.13

stack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
stack-ghc8.0.2.yaml
1+
stack-ghc9.6.4.yaml

stack.yaml.lock

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# This file was autogenerated by Stack.
2+
# You should not edit this file by hand.
3+
# For more information, please see the documentation at:
4+
# https://docs.haskellstack.org/en/stable/lock_files
5+
6+
packages:
7+
- completed:
8+
hackage: socket-0.8.3.0@sha256:25c35fc352de42010871ac2162b344a48d43512fa51f3ac24e8518fb964cc11e,3414
9+
pantry-tree:
10+
sha256: 7624c9b5bcf71109aebd94ae8ae9dbec1503184784e4546de75c0c19e792a475
11+
size: 2064
12+
original:
13+
hackage: socket-0.8.3.0
14+
snapshots:
15+
- completed:
16+
sha256: 6f0bea3ba5b07360f25bc886e8cff8d847767557a492a6f7f6dcb06e3cc79ee9
17+
size: 712905
18+
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/22/13.yaml
19+
original: lts-22.13

0 commit comments

Comments
 (0)