Merge pull request #320042 from siraben/koka-update

koka: 3.1.0 -> 3.1.2
This commit is contained in:
Ben Siraphob 2024-06-16 02:26:34 +00:00 committed by GitHub
commit 900d8043bb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,12 +32,12 @@
}: }:
let let
version = "3.1.0"; version = "3.1.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "koka-lang"; owner = "koka-lang";
repo = "koka"; repo = "koka";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-Twm2Hr8BQ0xTdA30e2Az/57525jTUkmv2Zs/+SNiQns="; sha256 = "sha256-BNkMtYf5maWtKEZzob+218ke1SIkrP7/nboQ2sZKkxI=";
fetchSubmodules = true; fetchSubmodules = true;
}; };
kklib = stdenv.mkDerivation { kklib = stdenv.mkDerivation {
@ -65,14 +65,6 @@ mkDerivation rec {
isLibrary = false; isLibrary = false;
isExecutable = true; isExecutable = true;
libraryToolDepends = [ hpack ]; libraryToolDepends = [ hpack ];
patches = [
(fetchpatch {
name = "koka-stackage-22.patch";
url = "https://github.com/koka-lang/koka/commit/95f9b360544996e06d4bb33321a83a6b9605d092.patch";
sha256 = "1a1sv1r393wkhsnj56awsi8mqxakqdy86p7dg9i9xfv13q2g4h6x";
includes = [ "src/**" ];
})
];
executableHaskellDepends = [ executableHaskellDepends = [
aeson aeson
array array