mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 05:43:50 +03:00
haskell-pointfree: re-generate with cabal2nix
This commit is contained in:
parent
423f789602
commit
1c29dba62a
@ -1,3 +1,5 @@
|
||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||
|
||||
{ cabal, haskellSrcExts, HUnit, QuickCheck, transformers }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
@ -6,9 +8,9 @@ cabal.mkDerivation (self: {
|
||||
sha256 = "0jwql0ka01cr53ayjc4dpaci11i7r1y3b9gcbh3rlamb1mnfcqvl";
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
jailbreak = true;
|
||||
buildDepends = [ haskellSrcExts transformers ];
|
||||
testDepends = [ haskellSrcExts HUnit QuickCheck transformers ];
|
||||
jailbreak = true;
|
||||
meta = {
|
||||
description = "Tool for refactoring expressions into pointfree form";
|
||||
license = "unknown";
|
||||
|
Loading…
Reference in New Issue
Block a user