diff -Naur assoc-1.1.1/assoc.cabal assoc-1.1.1.new/assoc.cabal --- assoc-1.1.1/assoc.cabal 2001-09-09 03:46:40.000000000 +0200 +++ assoc-1.1.1.new/assoc.cabal 2024-12-25 20:41:22.997766296 +0100 @@ -1,6 +1,7 @@ cabal-version: 3.0 name: assoc version: 1.1.1 +x-revision: 1 license: BSD-3-Clause license-file: LICENSE synopsis: swap and assoc: Symmetric and Semigroupy Bifunctors @@ -23,9 +24,10 @@ || ==9.0.2 || ==9.2.8 || ==9.4.8 - || ==9.6.5 - || ==9.8.2 + || ==9.6.6 + || ==9.8.4 || ==9.10.1 + || ==9.12.1 source-repository head type: git @@ -42,7 +44,7 @@ library default-language: Haskell2010 hs-source-dirs: src - build-depends: base >=4.12 && <4.21 + build-depends: base >=4.12 && <4.22 if flag(tagged) build-depends: tagged >=0.8.8 && <0.9