Skip to content

Commit b6ba77b

Browse files
committed
Allow latest version of most dependencies
Only `unix` and `streamly` remain outdated. These will require adaptations.
1 parent a715855 commit b6ba77b

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

evdev-streamly/evdev-streamly.cabal

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,13 @@ library
2727
-Wall
2828
build-depends:
2929
base >= 4.11 && < 5,
30-
bytestring ^>= {0.10, 0.11},
30+
bytestring ^>= {0.10, 0.11, 0.12},
3131
containers ^>= 0.6.2,
3232
evdev ^>= {2.1, 2.2},
3333
extra ^>= {1.6.18, 1.7},
3434
filepath-bytestring ^>= 1.4.2,
35-
rawfilepath ^>= 1.0.0,
35+
mtl ^>= {2.2, 2.3},
36+
rawfilepath ^>= {1.0, 1.1},
3637
streamly ^>= 0.8,
3738
streamly-fsnotify ^>= 1.1.1,
3839
unix ^>= 2.7.2,

evdev/evdev.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ source-repository head
2020
common common
2121
build-depends:
2222
base >= 4.11 && < 5,
23-
bytestring ^>= {0.10, 0.11},
23+
bytestring ^>= {0.10, 0.11, 0.12},
2424
containers ^>= 0.6.2,
2525
extra ^>= {1.6.18, 1.7},
2626
filepath-bytestring ^>= 1.4.2,
2727
monad-loops ^>= 0.4.3,
28-
mtl ^>= 2.2,
29-
rawfilepath ^>= 1.0.0,
28+
mtl ^>= {2.2, 2.3},
29+
rawfilepath ^>= {1.0, 1.1},
3030
time ^>= {1.9.3, 1.10, 1.11, 1.12, 1.13},
3131
unix ^>= 2.7.2,
3232
default-language: GHC2021

0 commit comments

Comments
 (0)