tricu

An interpreted language for exploring Tree Calculus
Log | Files | Refs | README | LICENSE

commit 63aa977efd424522f49bd6ba29dc2e3f4ceee0d4
parent 3fec1e0c68bb5522b5124b623c706d6667f67be3
Author: James Eversole <james@eversole.co>
Date:   Mon,  6 Jan 2025 09:14:04 -0600

0.5.0 release commit

Diffstat:
Dshell.nix | 8--------
Mtricu.cabal | 2+-
2 files changed, 1 insertion(+), 9 deletions(-)

diff --git a/shell.nix b/shell.nix @@ -1,8 +0,0 @@ -{ pkgs ? import <nixpkgs> {} }: -let x = pkgs.haskellPackages.ghcWithPackages (hpkgs: with hpkgs; [ - megaparsec - ]); -in -pkgs.mkShell { - buildInputs = [ x ]; -} diff --git a/tricu.cabal b/tricu.cabal @@ -1,7 +1,7 @@ cabal-version: 1.12 name: tricu -version: 0.4.0 +version: 0.5.0 description: A micro-language for exploring Tree Calculus author: James Eversole maintainer: james@eversole.co