From 10bb0aefab85472be2888e7273a2d8d083cc89a5 Mon Sep 17 00:00:00 2001 From: Anton-Latukha Date: Sat, 19 Dec 2020 17:10:59 +0200 Subject: [PATCH 1/2] core: tmp-override-cryptohash-sha512 cryptohash-sha512 unmaintained, PR adds support of base 4.14 (GHC 8.10). The fork got version restriction and several tests removed. A hnix-store-core/cabal.project --- hnix-store-core/cabal.project | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 hnix-store-core/cabal.project diff --git a/hnix-store-core/cabal.project b/hnix-store-core/cabal.project new file mode 100644 index 0000000..4e26756 --- /dev/null +++ b/hnix-store-core/cabal.project @@ -0,0 +1,6 @@ +packages: . + +source-repository-package + type: git + location: https://github.com/Anton-Latukha/cryptohash-sha512 + tag: 82ffc68fdfc1ce3745368cd0ddc22cab5a76c769 \ No newline at end of file From ba91603cb0c67e65e98f9660b7e109b628273673 Mon Sep 17 00:00:00 2001 From: Anton-Latukha Date: Sat, 19 Dec 2020 17:41:18 +0200 Subject: [PATCH 2/2] remote: tmp-override-cryptohash-sha512 cryptohash-sha512 unmaintained, PR adds support of base 4.14 (GHC 8.10). A hnix-store-remote/cabal.project --- hnix-store-remote/cabal.project | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 hnix-store-remote/cabal.project diff --git a/hnix-store-remote/cabal.project b/hnix-store-remote/cabal.project new file mode 100644 index 0000000..4e26756 --- /dev/null +++ b/hnix-store-remote/cabal.project @@ -0,0 +1,6 @@ +packages: . + +source-repository-package + type: git + location: https://github.com/Anton-Latukha/cryptohash-sha512 + tag: 82ffc68fdfc1ce3745368cd0ddc22cab5a76c769 \ No newline at end of file