From 1c4d6c3e8e0ee61b48c974285c8ed41c17ec0864 Mon Sep 17 00:00:00 2001 From: Chris Penner Date: Tue, 3 Dec 2024 16:03:25 -0800 Subject: [PATCH] Fix compilation --- package.yaml | 1 + share-api.cabal | 2 ++ 2 files changed, 3 insertions(+) diff --git a/package.yaml b/package.yaml index 8f56864..04d0afe 100644 --- a/package.yaml +++ b/package.yaml @@ -99,6 +99,7 @@ dependencies: - servant-conduit - serialise - stm +- stm-chans - text - these - time diff --git a/share-api.cabal b/share-api.cabal index 489ec2f..7a117c9 100644 --- a/share-api.cabal +++ b/share-api.cabal @@ -265,6 +265,7 @@ library , share-auth , share-utils , stm + , stm-chans , text , these , time @@ -413,6 +414,7 @@ executable share-api , share-auth , share-utils , stm + , stm-chans , text , these , time