From a3282b794feafa250bd5be03b1c3835593e4a938 Mon Sep 17 00:00:00 2001 From: James Eversole Date: Mon, 6 Jan 2025 09:14:04 -0600 Subject: [PATCH] 0.5.0 release commit --- shell.nix | 8 -------- tricu.cabal | 2 +- 2 files changed, 1 insertion(+), 9 deletions(-) delete mode 100644 shell.nix diff --git a/shell.nix b/shell.nix deleted file mode 100644 index 7b2fa7c..0000000 --- a/shell.nix +++ /dev/null @@ -1,8 +0,0 @@ -{ pkgs ? import {} }: -let x = pkgs.haskellPackages.ghcWithPackages (hpkgs: with hpkgs; [ - megaparsec - ]); -in -pkgs.mkShell { - buildInputs = [ x ]; -} diff --git a/tricu.cabal b/tricu.cabal index 647fd78..0247a45 100644 --- 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