3
0
Fork 0
forked from mirrors/nixpkgs

haskellPackages.ptr-poker: no longer mark as broken

This commit is contained in:
sternenseemann 2021-06-12 21:26:41 +02:00
parent cea929ddd0
commit c9a1f7dc02
2 changed files with 0 additions and 3 deletions

View file

@ -3731,7 +3731,6 @@ broken-packages:
- proxy-mapping
- pseudo-trie
- PTQ
- ptr-poker
- publicsuffixlistcreate
- publish
- pubnub

View file

@ -211571,8 +211571,6 @@ self: {
benchmarkHaskellDepends = [ gauge rerebase ];
description = "Pointer poking action construction and composition toolkit";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"ptrdiff" = callPackage