Skip to content

Commit ffdf303

Browse files
committed
Fix amazonka-core constraints on fork
We don't need both, a fork and a jailbreak.
1 parent 0dbae89 commit ffdf303

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

nix/haskell-pins.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,8 +287,8 @@ let
287287
amazonka = {
288288
src = fetchgit {
289289
url = "https://github.com/wireapp/amazonka";
290-
rev = "b482e255d1fe8f33ceced7b55aa1f6e93081dea8";
291-
hash = "sha256-p/07Hge/QwMldpnqV7Ic5GRiQFoaTxzrAjhmu554J4U=";
290+
rev = "d98cefc04bcc7076a915076a322ab5905c6a4945";
291+
hash = "sha256-8HNHoTUaLi5lyOrKYybacZsDSHrju9/oo+Lf/YulbIo=";
292292
};
293293
packages = {
294294
amazonka = "lib/amazonka";

nix/manual-overrides.nix

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,6 @@ hself: hsuper: {
9090
servant-openapi3 = (hlib.doJailbreak hsuper.servant-openapi3);
9191
singletons-base = hlib.dontCheck (hlib.doJailbreak hsuper.singletons-base_3_5);
9292

93-
# requires a too old base for GHC 9.10
94-
amazonka-core = (hlib.doJailbreak hsuper.amazonka-core);
9593
# requires a too old base for GHC 9.10
9694
tasty-wai = (hlib.doJailbreak hsuper.tasty-wai);
9795
# -----------------

0 commit comments

Comments
 (0)