diff --git a/aeson.cabal b/aeson.cabal index 96226f25..159a780a 100644 --- a/aeson.cabal +++ b/aeson.cabal @@ -133,7 +133,7 @@ library , tagged ^>=0.8.7 , text-iso8601 ^>=0.1 , text-short ^>=0.1.5 - , th-abstraction ^>=0.5.0.0 || ^>=0.6.0.0 + , 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 @@ -242,7 +242,7 @@ test-suite aeson-tests build-depends: integer-gmp if impl(ghc >=9.2 && <9.7) - build-depends: nothunks >=0.1.4 && <0.2 + build-depends: nothunks >=0.1.4 && <0.3 source-repository head type: git