Skip to content

Commit 94d6f36

Browse files
committed
Bump more dependencies
Latest versions now supported for all but `streamly-fsnotify`, which has breaking changes due to using new-style Streamly streams.
1 parent 8ef80d4 commit 94d6f36

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

evdev-streamly/evdev-streamly.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ library
3131
containers ^>= {0.6.2, 0.7},
3232
evdev ^>= {2.1, 2.2, 2.3},
3333
extra ^>= {1.6.18, 1.7},
34-
filepath-bytestring ^>= 1.4.2,
34+
filepath-bytestring ^>= {1.4.2, 1.5},
3535
mtl ^>= {2.2, 2.3},
3636
rawfilepath ^>= {1.0, 1.1},
3737
streamly ^>= {0.9, 0.10},

evdev/evdev.cabal

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ common common
2323
bytestring ^>= {0.10, 0.11, 0.12},
2424
containers ^>= {0.6.2, 0.7},
2525
extra ^>= {1.6.18, 1.7},
26-
filepath-bytestring ^>= 1.4.2,
26+
filepath-bytestring ^>= {1.4.2, 1.5},
2727
monad-loops ^>= 0.4.3,
2828
mtl ^>= {2.2, 2.3},
2929
rawfilepath ^>= {1.0, 1.1},
@@ -68,6 +68,6 @@ test-suite test
6868
evdev,
6969
tasty ^>= {1.4.1, 1.5},
7070
tasty-hunit ^>= 0.10.0.3,
71-
tasty-quickcheck ^>= 0.10.1.1,
71+
tasty-quickcheck ^>= {0.10.1.1, 0.11},
7272
ghc-options:
7373
-threaded

0 commit comments

Comments
 (0)