From abd8ba04df9782d5ceea2d0adebbda1729853dfc Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 18 Jun 2022 00:21:40 +0800 Subject: [PATCH] revise .cabal --- assoc-1.0.2.cabal | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/assoc-1.0.2.cabal b/assoc-1.0.2.cabal index 4cb4376..c9d1584 100644 --- a/assoc-1.0.2.cabal +++ b/assoc-1.0.2.cabal @@ -1,7 +1,7 @@ cabal-version: 1.12 name: assoc version: 1.0.2 -x-revision: 1 +x-revision: 2 license: BSD3 license-file: LICENSE synopsis: swap and assoc: Symmetric and Semigroupy Bifunctors @@ -29,7 +29,9 @@ tested-with: || ==8.4.4 || ==8.6.5 || ==8.8.4 - || ==8.10.3 + || ==8.10.4 + || ==9.0.1 + || ==9.2.1 , GHCJS ==8.4 source-repository head @@ -40,7 +42,7 @@ library default-language: Haskell2010 hs-source-dirs: src build-depends: - base >=4.3 && <4.16 + base >=4.3 && <4.17 , bifunctors >=5.5.5 && <5.6 , tagged >=0.8.6 && <0.9