We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 341cf04 commit c1bc93dCopy full SHA for c1bc93d
ChangeLog.md
@@ -24,6 +24,8 @@ This project's release branch is `master`. This log is written from the perspect
24
* beam-migrate to 0.5.1.0
25
* beam-postgres to 0.5.1.0
26
* pandoc to 2.16.2
27
+* New pins
28
+ * ghcjs-promise 0.1.0.3
29
30
## v0.9.0.0
31
haskell-overlays/untriaged.nix
@@ -52,4 +52,6 @@ self: super: {
52
cryptohash-sha512 = doJailbreak super.cryptohash-sha512;
53
ListLike = self.callHackage "ListLike" "4.7.3" {};
54
55
+ # ghcjs-promise is marked broken in nixpkgs
56
+ ghcjs-promise = self.callHackage "ghcjs-promise" "0.1.0.3" {};
57
}
0 commit comments