0.5.0 release commit

This commit is contained in:
James Eversole 2025-01-06 09:14:04 -06:00
parent 7b9a62462c
commit a3282b794f
2 changed files with 1 additions and 9 deletions

View File

@ -1,8 +0,0 @@
{ pkgs ? import <nixpkgs> {} }:
let x = pkgs.haskellPackages.ghcWithPackages (hpkgs: with hpkgs; [
megaparsec
]);
in
pkgs.mkShell {
buildInputs = [ x ];
}

View File

@ -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