Skip to content

Commit 396ed26

Browse files
committed
Update dependencies
1 parent b2ef715 commit 396ed26

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

system-linux-proc.cabal

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ library
3030
, System.Linux.Proc.Tcp
3131

3232
build-depends: base >= 4.8 && < 5.0
33-
, attoparsec >= 0.12 && < 0.14
34-
, bytestring == 0.10.*
35-
, containers >= 0.5 && < 0.7
33+
, attoparsec >= 0.12 && < 0.15
34+
, bytestring >= 0.10 && < 0.13
35+
, containers >= 0.5 && < 0.8
3636
, directory >= 1.2 && < 1.4
3737
, errors == 2.3.*
38-
, text == 1.2.*
38+
, text >= 1.2 && < 2.2
3939

4040
test-suite test
4141
default-language: Haskell2010
@@ -50,6 +50,6 @@ test-suite test
5050

5151
build-depends: base >= 4.8 && < 5.0
5252
, directory == 1.3.*
53-
, hedgehog == 1.0.*
53+
, hedgehog >= 1.0 && < 1.5
5454
, pretty-show == 1.10.*
5555
, system-linux-proc

0 commit comments

Comments
 (0)