Skip to content

Commit

Permalink
Bump more dependencies
Browse files Browse the repository at this point in the history
Latest versions now supported for all but `streamly-fsnotify`, which has breaking changes due to using new-style Streamly streams.
  • Loading branch information
georgefst committed Aug 15, 2024
1 parent 8ef80d4 commit 94d6f36
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion evdev-streamly/evdev-streamly.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ library
containers ^>= {0.6.2, 0.7},
evdev ^>= {2.1, 2.2, 2.3},
extra ^>= {1.6.18, 1.7},
filepath-bytestring ^>= 1.4.2,
filepath-bytestring ^>= {1.4.2, 1.5},
mtl ^>= {2.2, 2.3},
rawfilepath ^>= {1.0, 1.1},
streamly ^>= {0.9, 0.10},
Expand Down
4 changes: 2 additions & 2 deletions evdev/evdev.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ common common
bytestring ^>= {0.10, 0.11, 0.12},
containers ^>= {0.6.2, 0.7},
extra ^>= {1.6.18, 1.7},
filepath-bytestring ^>= 1.4.2,
filepath-bytestring ^>= {1.4.2, 1.5},
monad-loops ^>= 0.4.3,
mtl ^>= {2.2, 2.3},
rawfilepath ^>= {1.0, 1.1},
Expand Down Expand Up @@ -68,6 +68,6 @@ test-suite test
evdev,
tasty ^>= {1.4.1, 1.5},
tasty-hunit ^>= 0.10.0.3,
tasty-quickcheck ^>= 0.10.1.1,
tasty-quickcheck ^>= {0.10.1.1, 0.11},
ghc-options:
-threaded

0 comments on commit 94d6f36

Please sign in to comment.