From f66277cbc62628cc5de8f198bdb7c5a568c644a2 Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Fri, 17 May 2024 04:19:13 +0300 Subject: [PATCH] Allow witherable-0.5 --- aeson.cabal | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/aeson.cabal b/aeson.cabal index b707bb3b..11d3ca03 100644 --- a/aeson.cabal +++ b/aeson.cabal @@ -1,6 +1,7 @@ cabal-version: 2.2 name: aeson version: 2.2.2.0 +x-revision: 1 license: BSD-3-Clause license-file: LICENSE category: Text, Web, JSON @@ -127,14 +128,14 @@ library , semialign ^>=1.3 , strict ^>=0.5 , tagged ^>=0.8.7 - , text-iso8601 ^>=0.1 + , text-iso8601 ^>=0.1.1 , text-short ^>=0.1.5 , th-abstraction ^>=0.5.0.0 || ^>=0.6.0.0 || ^>=0.7.0.0 , these ^>=1.2 , unordered-containers ^>=0.2.10.0 , uuid-types ^>=1.0.5 , vector ^>=0.13.0.0 - , witherable ^>=0.4.2 + , witherable ^>=0.4.2 || ^>=0.5 ghc-options: -Wall