Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

caught a few more unused packages #5318

Merged
merged 1 commit into from
Aug 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions codebase2/codebase-sqlite/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ dependencies:
- extra
- generic-lens
- lens
- monad-validate
- mtl
- network-uri
- network-uri-orphans-sqlite
Expand All @@ -28,7 +27,6 @@ dependencies:
- time
- transformers
- unison-codebase
- unison-codebase-sync
- unison-core
- unison-core1
- unison-core-orphans-sqlite
Expand All @@ -37,7 +35,6 @@ dependencies:
- unison-prelude
- unison-sqlite
- unison-util-base32hex
- unison-util-cache
- unison-util-file-embed
- unison-util-serialization
- unison-util-term
Expand Down
3 changes: 0 additions & 3 deletions codebase2/codebase-sqlite/unison-codebase-sqlite.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ library
, extra
, generic-lens
, lens
, monad-validate
, mtl
, network-uri
, network-uri-orphans-sqlite
Expand All @@ -125,7 +124,6 @@ library
, time
, transformers
, unison-codebase
, unison-codebase-sync
, unison-core
, unison-core-orphans-sqlite
, unison-core1
Expand All @@ -134,7 +132,6 @@ library
, unison-prelude
, unison-sqlite
, unison-util-base32hex
, unison-util-cache
, unison-util-file-embed
, unison-util-serialization
, unison-util-term
Expand Down
2 changes: 0 additions & 2 deletions parser-typechecker/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ when:
- condition: flag(optimized)
ghc-options: -funbox-strict-fields -O2


library:
source-dirs: src
when:
Expand All @@ -23,7 +22,6 @@ library:
dependencies:
- ListLike
- aeson
- ansi-terminal
- async
- atomic-primops
- base
Expand Down
1 change: 0 additions & 1 deletion parser-typechecker/unison-parser-typechecker.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,6 @@ library
build-depends:
ListLike
, aeson
, ansi-terminal
, async
, atomic-primops
, base
Expand Down
Loading