Skip to content

Commit 42ab672

Browse files
committed
Bump dependencies
Latest versions now supported for all but `streamly-fsnotify`, which has breaking changes due to using new-style Streamly streams.
1 parent 78b14d0 commit 42ab672

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

evdev-streamly/evdev-streamly.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ 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},
37-
streamly ^>= 0.9,
37+
streamly ^>= {0.9, 0.10},
3838
streamly-fsnotify ^>= 1.1.1,
3939
unix ^>= 2.8,
4040
default-language: GHC2021

evdev/evdev.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ 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},
30-
time ^>= {1.9.3, 1.10, 1.11, 1.12, 1.13},
30+
time ^>= {1.9.3, 1.10, 1.11, 1.12, 1.13, 1.14},
3131
unix ^>= 2.8,
3232
default-language: GHC2021
3333
default-extensions:
@@ -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)