Skip to content

Commit

Permalink
Fix up merge
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisPenner committed Dec 3, 2024
1 parent fb12103 commit c32d0f4
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/unison-sqlite/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ library:

dependencies:
- base
- containers
- direct-sqlite
- megaparsec
- pretty-simple
Expand Down
1 change: 1 addition & 0 deletions lib/unison-sqlite/unison-sqlite.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ library
ghc-options: -Wall
build-depends:
base
, containers
, direct-sqlite
, megaparsec
, pretty-simple
Expand Down
1 change: 1 addition & 0 deletions unison-cli/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ library:
- semialign
- servant
- servant-client
- servant-conduit
- stm
- temporary
- text-ansi
Expand Down
2 changes: 1 addition & 1 deletion unison-cli/src/Unison/CommandLine/OutputMessages.hs
Original file line number Diff line number Diff line change
Expand Up @@ -2375,7 +2375,7 @@ prettyTransportError = \case
in if Text.null body then Nothing else Just (P.newline <> "Response body: " <> P.text body),
responseRequestId resp <&> \responseId -> P.newline <> "Request ID: " <> P.blue (P.text responseId)
]
StreamingError err ->
Share.StreamingError err ->
P.lines
[ ( "We encountered an error while streaming data from the code server: " <> P.text err),
P.red (P.text err)
Expand Down
1 change: 1 addition & 0 deletions unison-cli/unison-cli.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ library
, semialign
, servant
, servant-client
, servant-conduit
, stm
, temporary
, text
Expand Down
1 change: 1 addition & 0 deletions unison-share-api/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ dependencies:
- unison-pretty-printer
- unison-runtime
- unison-util-relation
- unison-util-base32hex
- unison-share-projects-api
- unison-sqlite
- unison-syntax
Expand Down
2 changes: 2 additions & 0 deletions unison-share-api/unison-share-api.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ library
, unison-share-projects-api
, unison-sqlite
, unison-syntax
, unison-util-base32hex
, unison-util-relation
, unliftio
, uri-encode
Expand Down Expand Up @@ -233,6 +234,7 @@ test-suite unison-share-api-tests
, unison-share-projects-api
, unison-sqlite
, unison-syntax
, unison-util-base32hex
, unison-util-relation
, unliftio
, uri-encode
Expand Down

0 comments on commit c32d0f4

Please sign in to comment.