From 3672fc672e0fe5542b228c3e55da5b0252bf773a Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 18 Jun 2022 00:21:41 +0800 Subject: [PATCH] revise .cabal --- strict-0.4.0.1.cabal | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/strict-0.4.0.1.cabal b/strict-0.4.0.1.cabal index 36f591d..25254ac 100644 --- a/strict-0.4.0.1.cabal +++ b/strict-0.4.0.1.cabal @@ -1,6 +1,6 @@ Name: strict Version: 0.4.0.1 -x-revision: 1 +x-revision: 4 Synopsis: Strict data types and String IO. Category: Data, System Description: @@ -67,6 +67,7 @@ tested-with: || ==8.8.3 || ==8.10.4 || ==9.0.1 + || ==9.2.1 flag assoc description: Build with assoc dependency @@ -83,15 +84,15 @@ library , binary >= 0.5.1.0 && < 0.9 , bytestring >= 0.9.2.1 && < 0.12 , deepseq >= 1.3.0.0 && < 1.5 - , hashable >= 1.2.7.0 && < 1.4 - , text >= 1.2.3.0 && < 1.3 + , hashable >= 1.2.7.0 && < 1.5 + , text >= 1.2.3.0 && < 1.3 || >=2.0 && <2.1 , these >= 1.1.1.1 && < 1.2 , transformers >= 0.3.0.0 && < 0.7 , ghc-prim if !impl(ghc >= 8.0) build-depends: - semigroups >= 0.18.5 && < 0.20 + semigroups >= 0.18.5 && < 0.21 , transformers-compat >= 0.6.5 && < 0.8 -- Ensure Data.Functor.Classes is always available