Skip to content

Commit

Permalink
Bump bytestring to fix build on GHC 9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsd committed Mar 25, 2024
1 parent 112bc01 commit 1ed66c4
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 11 deletions.
5 changes: 3 additions & 2 deletions ChangeLog
@@ -1,6 +1,7 @@
[Unrealeased]
2018-06-12 David Simmons-Duffin <dsd@caltech.edu> 0.7.5

*
* Bumped dependencies to build with GHC 9.8
* Turn Serializable into a type synonym

2018-06-12 Facundo Domínguez <facundo.dominguez@tweag.io> 0.7.4

Expand Down
2 changes: 1 addition & 1 deletion distributed-process-tests/distributed-process-tests.cabal
Expand Up @@ -28,7 +28,7 @@ library
Build-Depends: base >= 4.9 && < 5,
ansi-terminal >= 0.5,
binary >= 0.5 && < 0.9,
bytestring >= 0.9 && < 0.12,
bytestring >= 0.9 && < 0.13,
distributed-process >= 0.6.0 && < 0.8,
distributed-static,
exceptions >= 0.5,
Expand Down
14 changes: 7 additions & 7 deletions distributed-process.cabal
@@ -1,5 +1,5 @@
Name: distributed-process
Version: 0.7.4
Version: 0.7.5
Cabal-Version: >=1.8
Build-Type: Simple
License: BSD3
Expand Down Expand Up @@ -49,7 +49,7 @@ Library
transformers >= 0.2 && < 0.7,
mtl >= 2.0 && < 2.4,
data-accessor >= 0.2 && < 0.3,
bytestring >= 0.9 && <= 0.12,
bytestring >= 0.9 && < 0.13,
random >= 1.0 && < 1.3,
distributed-static >= 0.2 && < 0.4,
rank1dynamic >= 0.1 && < 0.5,
Expand Down Expand Up @@ -122,7 +122,7 @@ benchmark distributed-process-throughput
Build-Depends: base >= 4.9 && < 5,
distributed-process,
network-transport-tcp >= 0.3 && <= 0.81,
bytestring >= 0.9 && <= 0.12,
bytestring >= 0.9 && < 0.13,
binary >= 0.6.3 && < 0.10
Main-Is: benchmarks/Throughput.hs
ghc-options: -Wall
Expand All @@ -132,7 +132,7 @@ benchmark distributed-process-latency
Build-Depends: base >= 4.9 && < 5,
distributed-process,
network-transport-tcp >= 0.3 && <= 0.81,
bytestring >= 0.9 && <= 0.12,
bytestring >= 0.9 && < 0.13,
binary >= 0.6.3 && < 0.10
Main-Is: benchmarks/Latency.hs
ghc-options: -Wall
Expand All @@ -142,7 +142,7 @@ benchmark distributed-process-channels
Build-Depends: base >= 4.9 && < 5,
distributed-process,
network-transport-tcp >= 0.3 && <= 0.81,
bytestring >= 0.9 && <= 0.12,
bytestring >= 0.9 && < 0.13,
binary >= 0.6.3 && < 0.10
Main-Is: benchmarks/Channels.hs
ghc-options: -Wall
Expand All @@ -152,7 +152,7 @@ benchmark distributed-process-spawns
Build-Depends: base >= 4.9 && < 5,
distributed-process,
network-transport-tcp >= 0.3 && <= 0.81,
bytestring >= 0.9 && <= 0.12,
bytestring >= 0.9 && < 0.13,
binary >= 0.6.3 && < 0.10
Main-Is: benchmarks/Spawns.hs
ghc-options: -Wall
Expand All @@ -162,7 +162,7 @@ benchmark distributed-process-ring
Build-Depends: base >= 4.9 && < 5,
distributed-process,
network-transport-tcp >= 0.3 && <= 0.81,
bytestring >= 0.9 && <= 0.12,
bytestring >= 0.9 && < 0.13,
binary >= 0.6.3 && < 0.10
Main-Is: benchmarks/ProcessRing.hs
ghc-options: -Wall -threaded -O2 -rtsopts
1 change: 1 addition & 0 deletions stack-ghc-9.8.2.yaml
Expand Up @@ -11,6 +11,7 @@ extra-deps:
- distributed-static-0.3.10
- network-transport-inmemory-0.5.2@sha256:eead1fb207672127ccca1d04ae6a0eb20ee6ec10223eefb4274694dbbf4e9908
- rematch-0.2.0.0
- network-transport-0.5.7
- network-transport-tcp-0.8.2

flags:
Expand Down
2 changes: 1 addition & 1 deletion stack.yaml

0 comments on commit 1ed66c4

Please sign in to comment.