From b61c0b191578d6ed39a6038cca7b436764a1f9f1 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Sat, 17 Jun 2023 19:56:07 +0200 Subject: dirty update into more modern times --- server/lib/Uplcg/Views.hs | 2 +- server/uplcg.cabal | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/server/lib/Uplcg/Views.hs b/server/lib/Uplcg/Views.hs index 835f8cb..a004f57 100644 --- a/server/lib/Uplcg/Views.hs +++ b/server/lib/Uplcg/Views.hs @@ -6,7 +6,7 @@ module Uplcg.Views ) where import Control.Monad (when) -import qualified Data.ByteString.Lazy.Builder as BLB +import qualified Data.ByteString.Builder as BLB import Data.Foldable (for_) import qualified Data.HashMap.Strict as HMS import Data.List (sort, sortBy) 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, -- cgit v1.2.3