Skip to content

Commit 0fb0508

Browse files
committed
Update flakek, README and version
1 parent 94fe276 commit 0fb0508

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
This is Lapse (my Lisp dialect) interpreter.
33

44
Examples: [here](https://github.com/ProggerX/lapse-hs/blob/master/example/)
5+
Documentation (not full): [here](https://lapse.bald.su/)
56

67
## How to use this/try this
78
- Go to [this page](https://github.com/ProggerX/lapse-hs/actions/workflows/build.yml)

flake.lock

Lines changed: 3 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
inputs = {
3-
nixpkgs.url = "github:nixos/nixpkgs/release-24.11";
3+
nixpkgs.url = "github:nixos/nixpkgs";
44
flake-parts.url = "github:hercules-ci/flake-parts";
55
};
66
outputs =

lapse.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.0
22
name: lapse
3-
version: 2.0.5
3+
version: 2.1.1
44
license: GPL-3.0-only
55
license-file: LICENSE
66
author: ProggerX

0 commit comments

Comments
 (0)