core: expand ranges to fit ghc 8.10 & 9.6 (#3496)

* expand ranges to fit ghc 8.10 & 9.6

* update nix

* use hashes from mq master

* fix more deps

* use network-transport from hackage
This commit is contained in:
Alexander Bondarenko
2023-12-01 18:52:47 +02:00
committed by GitHub
parent 40e69ae713
commit 9a1c7f41f7
5 changed files with 51 additions and 59 deletions
+42 -42
View File
@@ -184,10 +184,10 @@ library
, filepath ==1.4.*
, http-types ==0.12.*
, http2 >=4.2.2 && <4.3
, memory ==0.18.*
, mtl ==2.3.*
, memory >=0.15 && <0.19
, mtl >=2.2 && <3
, network >=3.1.2.7 && <3.2
, network-transport ==0.5.6
, network-transport >=0.5.6 && <0.6
, optparse-applicative >=0.15 && <0.17
, process ==1.6.*
, random >=1.1 && <1.3
@@ -197,14 +197,14 @@ library
, socks ==0.6.*
, sqlcipher-simple ==0.4.*
, stm ==2.5.*
, template-haskell ==2.20.*
, template-haskell >=2.16 && <2.21
, terminal ==0.2.*
, text ==2.0.*
, text >=2.0 && <3
, time ==1.9.*
, tls >=1.6.0 && <1.7
, unliftio ==0.2.*
, unliftio-core ==0.2.*
, zip ==2.0.*
, zip >=1.7 && <2.1
default-language: Haskell2010
if flag(swift)
cpp-options: -DswiftJSON
@@ -236,10 +236,10 @@ executable simplex-bot
, filepath ==1.4.*
, http-types ==0.12.*
, http2 >=4.2.2 && <4.3
, memory ==0.18.*
, mtl ==2.3.*
, memory >=0.15 && <0.19
, mtl >=2.2 && <3
, network >=3.1.2.7 && <3.2
, network-transport ==0.5.6
, network-transport >=0.5.6 && <0.6
, optparse-applicative >=0.15 && <0.17
, process ==1.6.*
, random >=1.1 && <1.3
@@ -250,14 +250,14 @@ executable simplex-bot
, socks ==0.6.*
, sqlcipher-simple ==0.4.*
, stm ==2.5.*
, template-haskell ==2.20.*
, template-haskell >=2.16 && <2.21
, terminal ==0.2.*
, text ==2.0.*
, text >=2.0 && <3
, time ==1.9.*
, tls >=1.6.0 && <1.7
, unliftio ==0.2.*
, unliftio-core ==0.2.*
, zip ==2.0.*
, zip >=1.7 && <2.1
default-language: Haskell2010
if flag(swift)
cpp-options: -DswiftJSON
@@ -289,10 +289,10 @@ executable simplex-bot-advanced
, filepath ==1.4.*
, http-types ==0.12.*
, http2 >=4.2.2 && <4.3
, memory ==0.18.*
, mtl ==2.3.*
, memory >=0.15 && <0.19
, mtl >=2.2 && <3
, network >=3.1.2.7 && <3.2
, network-transport ==0.5.6
, network-transport >=0.5.6 && <0.6
, optparse-applicative >=0.15 && <0.17
, process ==1.6.*
, random >=1.1 && <1.3
@@ -303,14 +303,14 @@ executable simplex-bot-advanced
, socks ==0.6.*
, sqlcipher-simple ==0.4.*
, stm ==2.5.*
, template-haskell ==2.20.*
, template-haskell >=2.16 && <2.21
, terminal ==0.2.*
, text ==2.0.*
, text >=2.0 && <3
, time ==1.9.*
, tls >=1.6.0 && <1.7
, unliftio ==0.2.*
, unliftio-core ==0.2.*
, zip ==2.0.*
, zip >=1.7 && <2.1
default-language: Haskell2010
if flag(swift)
cpp-options: -DswiftJSON
@@ -344,10 +344,10 @@ executable simplex-broadcast-bot
, filepath ==1.4.*
, http-types ==0.12.*
, http2 >=4.2.2 && <4.3
, memory ==0.18.*
, mtl ==2.3.*
, memory >=0.15 && <0.19
, mtl >=2.2 && <3
, network >=3.1.2.7 && <3.2
, network-transport ==0.5.6
, network-transport >=0.5.6 && <0.6
, optparse-applicative >=0.15 && <0.17
, process ==1.6.*
, random >=1.1 && <1.3
@@ -358,14 +358,14 @@ executable simplex-broadcast-bot
, socks ==0.6.*
, sqlcipher-simple ==0.4.*
, stm ==2.5.*
, template-haskell ==2.20.*
, template-haskell >=2.16 && <2.21
, terminal ==0.2.*
, text ==2.0.*
, text >=2.0 && <3
, time ==1.9.*
, tls >=1.6.0 && <1.7
, unliftio ==0.2.*
, unliftio-core ==0.2.*
, zip ==2.0.*
, zip >=1.7 && <2.1
default-language: Haskell2010
if flag(swift)
cpp-options: -DswiftJSON
@@ -398,10 +398,10 @@ executable simplex-chat
, filepath ==1.4.*
, http-types ==0.12.*
, http2 >=4.2.2 && <4.3
, memory ==0.18.*
, mtl ==2.3.*
, memory >=0.15 && <0.19
, mtl >=2.2 && <3
, network ==3.1.*
, network-transport ==0.5.6
, network-transport >=0.5.6 && <0.6
, optparse-applicative >=0.15 && <0.17
, process ==1.6.*
, random >=1.1 && <1.3
@@ -412,15 +412,15 @@ executable simplex-chat
, socks ==0.6.*
, sqlcipher-simple ==0.4.*
, stm ==2.5.*
, template-haskell ==2.20.*
, template-haskell >=2.16 && <2.21
, terminal ==0.2.*
, text ==2.0.*
, text >=2.0 && <3
, time ==1.9.*
, tls >=1.6.0 && <1.7
, unliftio ==0.2.*
, unliftio-core ==0.2.*
, websockets ==0.12.*
, zip ==2.0.*
, zip >=1.7 && <2.1
default-language: Haskell2010
if flag(swift)
cpp-options: -DswiftJSON
@@ -456,10 +456,10 @@ executable simplex-directory-service
, filepath ==1.4.*
, http-types ==0.12.*
, http2 >=4.2.2 && <4.3
, memory ==0.18.*
, mtl ==2.3.*
, memory >=0.15 && <0.19
, mtl >=2.2 && <3
, network >=3.1.2.7 && <3.2
, network-transport ==0.5.6
, network-transport >=0.5.6 && <0.6
, optparse-applicative >=0.15 && <0.17
, process ==1.6.*
, random >=1.1 && <1.3
@@ -470,14 +470,14 @@ executable simplex-directory-service
, socks ==0.6.*
, sqlcipher-simple ==0.4.*
, stm ==2.5.*
, template-haskell ==2.20.*
, template-haskell >=2.16 && <2.21
, terminal ==0.2.*
, text ==2.0.*
, text >=2.0 && <3
, time ==1.9.*
, tls >=1.6.0 && <1.7
, unliftio ==0.2.*
, unliftio-core ==0.2.*
, zip ==2.0.*
, zip >=1.7 && <2.1
default-language: Haskell2010
if flag(swift)
cpp-options: -DswiftJSON
@@ -540,10 +540,10 @@ test-suite simplex-chat-test
, hspec ==2.11.*
, http-types ==0.12.*
, http2 >=4.2.2 && <4.3
, memory ==0.18.*
, mtl ==2.3.*
, memory >=0.15 && <0.19
, mtl >=2.2 && <3
, network ==3.1.*
, network-transport ==0.5.6
, network-transport >=0.5.6 && <0.6
, optparse-applicative >=0.15 && <0.17
, process ==1.6.*
, random >=1.1 && <1.3
@@ -555,14 +555,14 @@ test-suite simplex-chat-test
, socks ==0.6.*
, sqlcipher-simple ==0.4.*
, stm ==2.5.*
, template-haskell ==2.20.*
, template-haskell >=2.16 && <2.21
, terminal ==0.2.*
, text ==2.0.*
, text >=2.0 && <3
, time ==1.9.*
, tls >=1.6.0 && <1.7
, unliftio ==0.2.*
, unliftio-core ==0.2.*
, zip ==2.0.*
, zip >=1.7 && <2.1
default-language: Haskell2010
if flag(swift)
cpp-options: -DswiftJSON