Skip to content

Commit afec2cc

Browse files
committed
Lower bound for base (4.14 = GHC 8.10.7)
1 parent 83f6b3f commit afec2cc

6 files changed

Lines changed: 10 additions & 10 deletions

File tree

packages/distributed-process-extras/distributed-process-extras.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ source-repository head
2222
location: https://github.com/haskell-distributed/distributed-process-extras
2323

2424
library
25-
build-depends: base >= 4.8 && < 5,
25+
build-depends: base >= 4.14 && < 5,
2626
distributed-process >= 0.6.0 && < 0.8,
2727
binary >= 0.8 && < 0.9,
2828
deepseq >= 1.4 && < 1.6,

packages/distributed-process-supervisor/distributed-process-supervisor.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ source-repository head
2929

3030
library
3131
build-depends:
32-
base >= 4.8.2.0 && < 5,
32+
base >= 4.14 && < 5,
3333
bytestring >= 0.10,
3434
data-accessor >= 0.2.2.3,
3535
distributed-static >= 0.3.4.0 && < 0.4,
@@ -58,7 +58,7 @@ library
5858
test-suite SupervisorTests
5959
type: exitcode-stdio-1.0
6060
build-depends:
61-
base >= 4.8.2.0 && < 5,
61+
base >= 4.14 && < 5,
6262
ansi-terminal >= 0.5 && < 0.9,
6363
containers,
6464
unordered-containers,
@@ -97,7 +97,7 @@ test-suite SupervisorTests
9797
test-suite NonThreadedSupervisorTests
9898
type: exitcode-stdio-1.0
9999
build-depends:
100-
base >= 4.8.2.0 && < 5,
100+
base >= 4.14 && < 5,
101101
ansi-terminal >= 0.5 && < 0.9,
102102
containers,
103103
unordered-containers,

packages/distributed-static/distributed-static.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Source-Repository head
3333

3434
Library
3535
Exposed-Modules: Control.Distributed.Static
36-
Build-Depends: base >= 4.8 && < 5,
36+
Build-Depends: base >= 4.14 && < 5,
3737
rank1dynamic >= 0.1 && < 0.5,
3838
containers >= 0.6 && < 0.8,
3939
bytestring >= 0.10 && < 0.13,

packages/network-transport-tcp/network-transport-tcp.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Flag use-mock-network
2525
Default: False
2626

2727
Library
28-
Build-Depends: base >= 4.3 && < 5,
28+
Build-Depends: base >= 4.14 && < 5,
2929
async >= 2.2 && < 2.3,
3030
network-transport >= 0.5 && < 0.6,
3131
data-accessor >= 0.2 && < 0.3,
@@ -48,7 +48,7 @@ Library
4848
Test-Suite TestTCP
4949
Type: exitcode-stdio-1.0
5050
Main-Is: TestTCP.hs
51-
Build-Depends: base >= 4.3 && < 5,
51+
Build-Depends: base >= 4.14 && < 5,
5252
bytestring >= 0.10,
5353
network-transport-tests >= 0.3 && < 0.4,
5454
network >= 3.1,
@@ -66,7 +66,7 @@ Test-Suite TestQC
6666
Type: exitcode-stdio-1.0
6767
Main-Is: TestQC.hs
6868
If flag(use-mock-network)
69-
Build-Depends: base >= 4.3 && < 5,
69+
Build-Depends: base >= 4.14 && < 5,
7070
test-framework,
7171
test-framework-quickcheck2,
7272
test-framework-hunit,

packages/network-transport-tests/network-transport-tests.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ library
2222
Network.Transport.Tests.Auxiliary,
2323
Network.Transport.Tests.Traced
2424
-- other-modules:
25-
build-depends: base >= 4.5 && < 5,
25+
build-depends: base >= 4.14 && < 5,
2626
network-transport >= 0.4.1.0 && < 0.6,
2727
containers >= 0.6 && < 0.7,
2828
bytestring >= 0.10 && < 0.13,

packages/rank1dynamic/rank1dynamic.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Source-Repository head
2323
Library
2424
Exposed-Modules: Data.Rank1Dynamic,
2525
Data.Rank1Typeable
26-
Build-Depends: base >= 4.8 && < 5,
26+
Build-Depends: base >= 4.14 && < 5,
2727
binary >= 0.8 && < 0.9
2828
HS-Source-Dirs: src
2929
GHC-Options: -Wall

0 commit comments

Comments
 (0)