mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
haskell-ekg-core: un-jailBreak
The referenced commit has long since been released to hackage, and the package has been verified to build properly under ghc 7.6 -> 7.10.
This commit is contained in:
parent
9274aa93b5
commit
416840c480
1 changed files with 0 additions and 3 deletions
|
@ -237,9 +237,6 @@ self: super: {
|
||||||
# tests don't compile for some odd reason
|
# tests don't compile for some odd reason
|
||||||
jwt = dontCheck super.jwt;
|
jwt = dontCheck super.jwt;
|
||||||
|
|
||||||
# https://github.com/tibbe/ekg-core/commit/c986d9750d026a0c049cf6e6610d69fc1f23121f, not yet in hackage
|
|
||||||
ekg-core = doJailbreak super.ekg-core;
|
|
||||||
|
|
||||||
# https://github.com/tibbe/ekg/commit/95018646f48f60d9ccf6209cc86747e0f132e737, not yet in hackage
|
# https://github.com/tibbe/ekg/commit/95018646f48f60d9ccf6209cc86747e0f132e737, not yet in hackage
|
||||||
ekg = doJailbreak super.ekg;
|
ekg = doJailbreak super.ekg;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue