Skip to content

Commit f31f831

Browse files
authored
Merge pull request #62 from haskell-works/bump-doctest-upper-bounds
Bump doctest upper bounds
2 parents 4ef1bad + 3f00bf3 commit f31f831

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hw-simd.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ common containers { build-depends: containers >=
4747
common criterion { build-depends: criterion >= 1.4.1.0 && < 1.6 }
4848
common deepseq { build-depends: deepseq >= 1.4 && < 1.5 }
4949
common directory { build-depends: directory >= 1.2.2 && < 1.4 }
50-
common doctest { build-depends: doctest >= 0.16.2 && < 0.17 }
50+
common doctest { build-depends: doctest >= 0.16.2 && < 0.19 }
5151
common doctest-discover { build-depends: doctest-discover >= 0.2 && < 0.3 }
5252
common hedgehog { build-depends: hedgehog >= 0.5 && < 1.1 }
5353
common hspec { build-depends: hspec >= 2.4 && < 3 }

0 commit comments

Comments
 (0)