Tricu 2.0.0
Sorry for squashing all of this but 🤷
This commit is contained in:
45
tricu.cabal
45
tricu.cabal
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user