Tricu 2.0.0

Sorry for squashing all of this but 🤷
This commit is contained in:
2026-05-25 12:43:15 -05:00
parent 2e2db07bd6
commit fdebb6c13d
105 changed files with 10139 additions and 1938 deletions

View File

@@ -1,7 +1,7 @@
cabal-version: 1.12
name: tricu
version: 1.1.0
version: 2.0.0
description: A language for exploring Tree Calculus
author: James Eversole
maintainer: james@eversole.co
@@ -11,6 +11,7 @@ license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
tricu.workspace
executable tricu
main-is: Main.hs
@@ -52,7 +53,6 @@ executable tricu
, memory
, mtl
, network
, sqlite-simple
, stm
, tasty
, tasty-hunit
@@ -62,11 +62,25 @@ executable tricu
, vector
, zlib
other-modules:
Check
Check.Core
Check.IO
ContentStore
ContentStore.Alias
ContentStore.Arboricx
ContentStore.Bundle
ContentStore.Filesystem
ContentStore.Object
ContentStore.Resolver
ContentStore.ViewTree
ContentStore.ViewContract
Eval
FileEval
IODriver
Lexer
Module.Manifest
Module.Resolver
Module.Workspace
Parser
Paths_tricu
REPL
@@ -99,7 +113,6 @@ benchmark tricu-bench
, memory
, mtl
, network
, sqlite-simple
, text
, time
, transformers
@@ -109,10 +122,21 @@ benchmark tricu-bench
other-modules:
ApplyStats
ContentStore
ContentStore.Alias
ContentStore.Arboricx
ContentStore.Bundle
ContentStore.Filesystem
ContentStore.Object
ContentStore.Resolver
ContentStore.ViewTree
ContentStore.ViewContract
Eval
FileEval
IODriver
Lexer
Module.Manifest
Module.Resolver
Module.Workspace
Parser
Paths_tricu
Research
@@ -145,7 +169,6 @@ test-suite tricu-tests
, memory
, mtl
, network
, sqlite-simple
, stm
, tasty
, tasty-hunit
@@ -158,11 +181,25 @@ test-suite tricu-tests
, zlib
default-language: Haskell2010
other-modules:
Check
Check.Core
Check.IO
ContentStore
ContentStore.Alias
ContentStore.Arboricx
ContentStore.Bundle
ContentStore.Filesystem
ContentStore.Object
ContentStore.Resolver
ContentStore.ViewTree
ContentStore.ViewContract
Eval
FileEval
IODriver
Lexer
Module.Manifest
Module.Resolver
Module.Workspace
Parser
Paths_tricu
REPL