Skip to content

Commit b33418e

Browse files
committed
Bump dependency bounds
1 parent 808c035 commit b33418e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

evdev-streamly/evdev-streamly.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ library
2828
build-depends:
2929
base >= 4.11 && < 5,
3030
bytestring ^>= {0.10, 0.11, 0.12},
31-
containers ^>= {0.6.2, 0.7},
31+
containers ^>= {0.6.2, 0.7, 0.8},
3232
evdev ^>= {2.1, 2.2, 2.3},
3333
extra ^>= {1.6.18, 1.7, 1.8},
3434
filepath-bytestring ^>= {1.4.2, 1.5},

evdev/evdev.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ common common
2121
build-depends:
2222
base >= 4.11 && < 5,
2323
bytestring ^>= {0.10, 0.11, 0.12},
24-
containers ^>= {0.6.2, 0.7},
24+
containers ^>= {0.6.2, 0.7, 0.8},
2525
extra ^>= {1.6.18, 1.7, 1.8},
2626
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, 1.14},
30+
time ^>= {1.9.3, 1.10, 1.11, 1.12, 1.13, 1.14, 1.15},
3131
unix ^>= 2.8,
3232
default-language: GHC2021
3333
default-extensions:

0 commit comments

Comments
 (0)