Skip to content

Commit

Permalink
Dependency bumps to allow building with GHC 9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ocharles committed Aug 1, 2023
1 parent 4e53f92 commit 8ce7a3c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions monad-dijkstra.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ library
build-depends:
base >=4.7 && <5,
containers >=0.5.6.2 && <0.7,
transformers >=0.4.2.0 && <0.6,
mtl >=2.2.0 && <2.3,
free >=4.12.0 && <5.2,
transformers >=0.4.2.0 && <0.7,
mtl >=2.2.0 && <2.4,
free >=4.12.0 && <5.3,
psqueues >=0.2.0.0 && <0.3

test-suite test-monad-dijkstra
Expand Down

0 comments on commit 8ce7a3c

Please sign in to comment.