Set version number to 0.1.0

This commit is contained in:
Robin Heggelund Hansen 2022-02-11 14:41:38 +01:00
parent f8b05136ee
commit aa2f7d6ca5
2 changed files with 2 additions and 2 deletions

View File

@ -279,7 +279,7 @@ fromTypeVariableScheme scheme =
-- longer than 256 bytes relatively easily. So instead, the first given name
-- (e.g. foo) is prefixed chars that are valid in JS but not Gren (e.g. _M$foo)
--
-- This should be a unique name since 0.19 disallows shadowing. It would not
-- This should be a unique name since shadowing is dissallowed. It would not
-- be possible for multiple top-level cycles to include values with the same
-- name, so the important thing is to make the cycle name distinct from the
-- normal name. Same logic for destructuring patterns like (x,y)

View File

@ -1,6 +1,6 @@
Cabal-version: 3.6
Name: gren
Version: 0.19.1
Version: 0.1.0
Synopsis:
The `gren` command line interface.