Skip to content

Commit

Permalink
hedgehog-extras.cabal
Browse files Browse the repository at this point in the history
  • Loading branch information
erikd committed Jul 26, 2024
1 parent cfc8815 commit 687f12b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hedgehog-extras.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ source-repository head
common aeson { build-depends: aeson >= 2.0.0.0 }
common aeson-pretty { build-depends: aeson-pretty >= 0.8.5 }
common async { build-depends: async }
common base { build-depends: base >= 4.12 && < 4.20 }
common base { build-depends: base >= 4.12 && < 4.21 }
common bytestring { build-depends: bytestring }
common deepseq { build-depends: deepseq }
common Diff { build-depends: Diff }
Expand All @@ -38,7 +38,7 @@ common network { build-depends: network
common process { build-depends: process }
common resourcet { build-depends: resourcet }
common stm { build-depends: stm }
common tar { build-depends: tar < 0.6 }
common tar { build-depends: tar ^>= 0.6 }
common tasty { build-depends: tasty }
common tasty-hedgehog { build-depends: tasty-hedgehog }
common tasty-quickcheck { build-depends: tasty-quickcheck }
Expand Down

0 comments on commit 687f12b

Please sign in to comment.