From 5e545b639f6ce6b8b30c1bd6a7779d10e6e69bd9 Mon Sep 17 00:00:00 2001 From: Efim Poberezkin <8711996+efim-poberezkin@users.noreply.github.com> Date: Fri, 7 Jan 2022 11:28:39 +0400 Subject: [PATCH] update simplex-chat.cabal (#178) --- simplex-chat.cabal | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/simplex-chat.cabal b/simplex-chat.cabal index a1e78a15ea..00d7c7b720 100644 --- a/simplex-chat.cabal +++ b/simplex-chat.cabal @@ -40,7 +40,7 @@ library ghc-options: -Wall -Wcompat -Werror=incomplete-patterns -Wredundant-constraints -Wincomplete-record-updates -Wincomplete-uni-patterns -Wunused-type-patterns build-depends: aeson ==1.5.* - , ansi-terminal >=0.10 && <0.12.0 + , ansi-terminal >=0.10 && <0.12 , attoparsec ==0.13.* , base >=4.7 && <5 , base64-bytestring >=1.0 && <1.3 @@ -75,7 +75,7 @@ executable simplex-chat ghc-options: -Wall -Wcompat -Werror=incomplete-patterns -Wredundant-constraints -Wincomplete-record-updates -Wincomplete-uni-patterns -Wunused-type-patterns -threaded build-depends: aeson ==1.5.* - , ansi-terminal >=0.10 && <0.12.0 + , ansi-terminal >=0.10 && <0.12 , attoparsec ==0.13.* , base >=4.7 && <5 , base64-bytestring >=1.0 && <1.3 @@ -116,7 +116,7 @@ test-suite simplex-chat-test ghc-options: -Wall -Wcompat -Werror=incomplete-patterns -Wredundant-constraints -Wincomplete-record-updates -Wincomplete-uni-patterns -Wunused-type-patterns build-depends: aeson ==1.5.* - , ansi-terminal >=0.10 && <0.12.0 + , ansi-terminal >=0.10 && <0.12 , async ==2.2.* , attoparsec ==0.13.* , base >=4.7 && <5