mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
Revert "haskell-unlambda: update to version 0.1.3"
This reverts commit b4a3a61285
.
The unlambda package failed to build after this change, reverting.
This commit is contained in:
parent
1e5528c15a
commit
0cba70391b
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ cabal.mkDerivation (self: {
|
|||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [ mtl ];
|
||||
hyperlinkSource = false;
|
||||
meta = {
|
||||
description = "Unlambda interpreter";
|
||||
license = "GPL";
|
||||
|
|
Loading…
Reference in a new issue