Skip to content

Commit c41604b

Browse files
authored
Merge pull request #1088 from haskell/th-abstraction-0.7
Allow th-abstraction-0.7
2 parents 57bb412 + cfdf6d4 commit c41604b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

aeson.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ library
133133
, tagged ^>=0.8.7
134134
, text-iso8601 ^>=0.1
135135
, text-short ^>=0.1.5
136-
, th-abstraction ^>=0.5.0.0 || ^>=0.6.0.0
136+
, th-abstraction ^>=0.5.0.0 || ^>=0.6.0.0 || ^>=0.7.0.0
137137
, these ^>=1.2
138138
, unordered-containers ^>=0.2.10.0
139139
, uuid-types ^>=1.0.5
@@ -242,7 +242,7 @@ test-suite aeson-tests
242242
build-depends: integer-gmp
243243

244244
if impl(ghc >=9.2 && <9.7)
245-
build-depends: nothunks >=0.1.4 && <0.2
245+
build-depends: nothunks >=0.1.4 && <0.3
246246

247247
source-repository head
248248
type: git

0 commit comments

Comments
 (0)