Skip to content

Commit d75e77f

Browse files
authored
Broader support range for wherefrom-compat
Supporting multiple versions of wherefrom-compat allows end-users to pick which version of the interface they would like to use giving more flexibility
1 parent e8221ee commit d75e77f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nothunks.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ library
4949
, ghc-heap
5050

5151
if impl(ghc >= 9.2)
52-
build-depends: wherefrom-compat ^>= 0.2
52+
build-depends: wherefrom-compat >= 0.1.1 && < 0.3
5353

5454
if flag(bytestring)
5555
build-depends: bytestring >= 0.10 && < 0.13

0 commit comments

Comments
 (0)