Caller-relative imports; smart deduping in imports
All checks were successful
Test, Build, and Release / test (push) Successful in 1m35s
Test, Build, and Release / build (push) Successful in 1m13s

This commit is contained in:
2025-01-30 17:56:46 -06:00
parent a16a24a808
commit 1a9a4494e0
19 changed files with 183 additions and 205 deletions

View File

@ -1,7 +1,7 @@
cabal-version: 1.12
name: tricu
version: 0.13.2
version: 0.14.0
description: A micro-language for exploring Tree Calculus
author: James Eversole
maintainer: james@eversole.co
@ -27,6 +27,7 @@ executable tricu
, cmdargs
, containers
, exceptions
, filepath
, haskeline
, megaparsec
, mtl
@ -54,6 +55,7 @@ test-suite tricu-tests
, cmdargs
, containers
, exceptions
, filepath
, haskeline
, megaparsec
, mtl