Skip to content

Commit

Permalink
Merge branch 'trunk' into disable-macos-14-nix
Browse files Browse the repository at this point in the history
  • Loading branch information
aryairani committed Aug 30, 2024
2 parents 2c937e9 + 2272b62 commit 2ee6939
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 9 deletions.
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

0 comments on commit 2ee6939

Please sign in to comment.