Skip to content

Commit 78b14d0

Browse files
committed
Bump dependencies
1 parent e665df9 commit 78b14d0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

evdev-streamly/evdev-streamly.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ library
2828
build-depends:
2929
base >= 4.11 && < 5,
3030
bytestring ^>= {0.10, 0.11, 0.12},
31-
containers ^>= 0.6.2,
31+
containers ^>= {0.6.2, 0.7},
3232
evdev ^>= {2.1, 2.2, 2.3},
3333
extra ^>= {1.6.18, 1.7},
3434
filepath-bytestring ^>= 1.4.2,
3535
mtl ^>= {2.2, 2.3},
3636
rawfilepath ^>= {1.0, 1.1},
37-
streamly ^>= 0.8,
37+
streamly ^>= 0.9,
3838
streamly-fsnotify ^>= 1.1.1,
3939
unix ^>= 2.8,
4040
default-language: GHC2021

evdev/evdev.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ common common
2121
build-depends:
2222
base >= 4.11 && < 5,
2323
bytestring ^>= {0.10, 0.11, 0.12},
24-
containers ^>= 0.6.2,
24+
containers ^>= {0.6.2, 0.7},
2525
extra ^>= {1.6.18, 1.7},
2626
filepath-bytestring ^>= 1.4.2,
2727
monad-loops ^>= 0.4.3,
@@ -66,7 +66,7 @@ test-suite test
6666
hs-source-dirs: test
6767
build-depends:
6868
evdev,
69-
tasty ^>= 1.4.1,
69+
tasty ^>= {1.4.1, 1.5},
7070
tasty-hunit ^>= 0.10.0.3,
7171
tasty-quickcheck ^>= 0.10.1.1,
7272
ghc-options:

0 commit comments

Comments
 (0)