File tree Expand file tree Collapse file tree
distributed-process-supervisor Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ source-repository head
2222 location : https://github.com/haskell-distributed/distributed-process-extras
2323
2424library
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 ,
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ source-repository head
2929
3030library
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
5858test-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
9797test-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,
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ Source-Repository head
3333
3434Library
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 ,
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Flag use-mock-network
2525 Default : False
2626
2727Library
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
4848Test-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,
Original file line number Diff line number Diff 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 ,
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Source-Repository head
2323Library
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
You can’t perform that action at this time.
0 commit comments