Skip to content

Commit c1bc93d

Browse files
committed
haskell-overlays: ghcjs-promise 0.1.0.3
1 parent 341cf04 commit c1bc93d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ This project's release branch is `master`. This log is written from the perspect
2424
* beam-migrate to 0.5.1.0
2525
* beam-postgres to 0.5.1.0
2626
* pandoc to 2.16.2
27+
* New pins
28+
* ghcjs-promise 0.1.0.3
2729

2830
## v0.9.0.0
2931

haskell-overlays/untriaged.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,6 @@ self: super: {
5252
cryptohash-sha512 = doJailbreak super.cryptohash-sha512;
5353
ListLike = self.callHackage "ListLike" "4.7.3" {};
5454

55+
# ghcjs-promise is marked broken in nixpkgs
56+
ghcjs-promise = self.callHackage "ghcjs-promise" "0.1.0.3" {};
5557
}

0 commit comments

Comments
 (0)