Skip to content

Commit

Permalink
Relax upper bounds for memory, tls
Browse files Browse the repository at this point in the history
  • Loading branch information
aske committed Jul 14, 2020
1 parent 6a8a9de commit 788022d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mysql-haskell.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ library
, bytestring >= 0.10.2.0
, text >= 1.1 && < 1.3
, cryptonite == 0.*
, memory >= 0.14.4 && < 0.15
, memory >= 0.14.4 && < 0.16
, time >= 1.5.0
, scientific == 0.3.*
, bytestring-lexing == 0.5.*
, blaze-textual == 0.2.*
, word24 >= 1.0 && <= 3.0
, tls >= 1.3.5 && < 1.5
, tls >= 1.3.5 && < 1.6
, vector >= 0.8

default-language: Haskell2010
Expand Down

0 comments on commit 788022d

Please sign in to comment.