diff options
author | stuebinm | 2023-06-17 19:56:07 +0200 |
---|---|---|
committer | stuebinm | 2023-06-17 19:56:07 +0200 |
commit | b61c0b191578d6ed39a6038cca7b436764a1f9f1 (patch) | |
tree | 59e193de7a639d7884c3eb3be682371ed66db2a2 /server/uplcg.cabal | |
parent | d8da28c5d80d2976f5a607013b272b960c0fcdbe (diff) |
Diffstat (limited to 'server/uplcg.cabal')
-rw-r--r-- | server/uplcg.cabal | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/server/uplcg.cabal b/server/uplcg.cabal index 7baed6a..2a743f1 100644 --- a/server/uplcg.cabal +++ b/server/uplcg.cabal @@ -31,10 +31,10 @@ Library async >= 2.2 && < 2.3, base >= 4.9 && < 5, blaze-html >= 0.9 && < 0.10, - bytestring >= 0.10 && < 0.11, + bytestring >= 0.10, elm-bridge >= 0.5, fast-logger >= 3.0, - hashable >= 1.3 && < 1.4, + hashable >= 1.3, http-types >= 0.12 && < 0.13, lens >= 4.18, mtl >= 2.2 && < 2.3, @@ -44,7 +44,7 @@ Library stm >= 2.5 && < 2.6, template-haskell >= 2.15, text >= 1.2 && < 1.3, - time >= 1.9 && < 1.10, + time >= 1.9, unordered-containers >= 0.2 && < 0.3, uuid >= 1.3 && < 1.4, vector >= 0.12 && < 0.13, |