We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2ef715 commit 396ed26Copy full SHA for 396ed26
system-linux-proc.cabal
@@ -30,12 +30,12 @@ library
30
, System.Linux.Proc.Tcp
31
32
build-depends: base >= 4.8 && < 5.0
33
- , attoparsec >= 0.12 && < 0.14
34
- , bytestring == 0.10.*
35
- , containers >= 0.5 && < 0.7
+ , attoparsec >= 0.12 && < 0.15
+ , bytestring >= 0.10 && < 0.13
+ , containers >= 0.5 && < 0.8
36
, directory >= 1.2 && < 1.4
37
, errors == 2.3.*
38
- , text == 1.2.*
+ , text >= 1.2 && < 2.2
39
40
test-suite test
41
default-language: Haskell2010
@@ -50,6 +50,6 @@ test-suite test
50
51
52
, directory == 1.3.*
53
- , hedgehog == 1.0.*
+ , hedgehog >= 1.0 && < 1.5
54
, pretty-show == 1.10.*
55
, system-linux-proc
0 commit comments