aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--server/lib/Uplcg/Views.hs2
-rw-r--r--server/uplcg.cabal6
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,