From 0cb3d446ab59a35bf4fea53483b16976ee0fbf2e Mon Sep 17 00:00:00 2001 From: "Felix C. Stegerman" Date: Sat, 12 Feb 2022 13:28:14 +0100 Subject: [PATCH] v0.0.2 --- README.md | 6 +++--- koneko.cabal | 5 +++-- package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index ace062c..6730731 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,10 @@ File : README.md Maintainer : Felix C. Stegerman - Date : 2020-11-12 + Date : 2022-02-12 - Copyright : Copyright (C) 2020 Felix C. Stegerman - Version : v0.0.1 + Copyright : Copyright (C) 2022 Felix C. Stegerman + Version : v0.0.2 License : GPLv3+, LGPLv3+ diff --git a/koneko.cabal b/koneko.cabal index ede6a44..27cb61b 100644 --- a/koneko.cabal +++ b/koneko.cabal @@ -8,7 +8,7 @@ name: koneko -- PVP summary: +-+------- breaking API changes -- | | +----- non-breaking API additions -- | | | +--- code changes with no API change -version: 0.0.1 +version: 0.0.2 -- A short (one-line) description of the package. synopsis: a concatenative not-quite-lisp for kittens @@ -51,7 +51,8 @@ common deps -- Other library packages from which modules are imported. build-depends: -- included w/ ghc: - array, base >=4.9, bytestring, deepseq, directory, filepath, text, + array, base >=4.9 && <4.15, bytestring, deepseq, directory, + filepath, text, -- included w/ haskell-platform: async, random, split, unordered-containers >=0.2.9.0, vector, -- separate packages: diff --git a/package.json b/package.json index 33b6544..ab982e4 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "homepage" : "https://github.com/obfusk/koneko", "description" : "a concatenative not-quite-lisp for kittens", - "version" : "0.0.1", + "version" : "0.0.2", "author" : "Felix C. Stegerman ", "keywords" : [