move U.Codebase.HashTags from unison-codebase to unison-core

This commit is contained in:
Mitchell Rosen 2022-12-12 15:16:14 -05:00
parent 0ea15eaa83
commit afe2c26192
8 changed files with 11 additions and 1 deletions

View File

@ -19,7 +19,6 @@ library
U.Codebase.Branch.Type
U.Codebase.Causal
U.Codebase.Decl
U.Codebase.HashTags
U.Codebase.Kind
U.Codebase.Reference
U.Codebase.Referent

View File

@ -12,6 +12,7 @@ dependencies:
- containers
- vector
- unison-util
- unison-util-base32hex
default-extensions:
- ApplicativeDo

View File

@ -16,6 +16,7 @@ source-repository head
library
exposed-modules:
U.Codebase.HashTags
U.Core.ABT
U.Core.ABT.Var
hs-source-dirs:
@ -50,5 +51,6 @@ library
base
, containers
, unison-util
, unison-util-base32hex
, vector
default-language: Haskell2010

View File

@ -71,6 +71,7 @@ dependencies:
- unison-codebase-sqlite
- unison-codebase-sqlite-hashing-v2
- unison-sqlite
- unison-core
- unison-core1
- unison-parser-typechecker
- unison-prelude

View File

@ -184,6 +184,7 @@ library
, unison-codebase
, unison-codebase-sqlite
, unison-codebase-sqlite-hashing-v2
, unison-core
, unison-core1
, unison-parser-typechecker
, unison-prelude
@ -310,6 +311,7 @@ executable cli-integration-tests
, unison-codebase
, unison-codebase-sqlite
, unison-codebase-sqlite-hashing-v2
, unison-core
, unison-core1
, unison-parser-typechecker
, unison-prelude
@ -430,6 +432,7 @@ executable transcripts
, unison-codebase
, unison-codebase-sqlite
, unison-codebase-sqlite-hashing-v2
, unison-core
, unison-core1
, unison-parser-typechecker
, unison-prelude
@ -557,6 +560,7 @@ executable unison
, unison-codebase
, unison-codebase-sqlite
, unison-codebase-sqlite-hashing-v2
, unison-core
, unison-core1
, unison-parser-typechecker
, unison-prelude
@ -687,6 +691,7 @@ test-suite cli-tests
, unison-codebase
, unison-codebase-sqlite
, unison-codebase-sqlite-hashing-v2
, unison-core
, unison-core1
, unison-parser-typechecker
, unison-prelude

View File

@ -42,6 +42,7 @@ dependencies:
- transformers
- unison-codebase
- unison-codebase-sqlite
- unison-core
- unison-core1
- unison-parser-typechecker
- unison-prelude

View File

@ -101,6 +101,7 @@ library
, transformers
, unison-codebase
, unison-codebase-sqlite
, unison-core
, unison-core1
, unison-parser-typechecker
, unison-prelude