summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-08-14 14:23:34 +0200
committerPeter Simons <simons@cryp.to>2014-08-14 14:41:22 +0200
commit1c29dba62a1460b94f84b2f720200128234ff605 (patch)
tree1daf41d972fef42fe9b2bd0f81514aeff3e5eb08 /pkgs
parent423f7896025aac7fdd8b6973dd90372d51f69c8d (diff)
downloadnixlib-1c29dba62a1460b94f84b2f720200128234ff605.tar
nixlib-1c29dba62a1460b94f84b2f720200128234ff605.tar.gz
nixlib-1c29dba62a1460b94f84b2f720200128234ff605.tar.bz2
nixlib-1c29dba62a1460b94f84b2f720200128234ff605.tar.lz
nixlib-1c29dba62a1460b94f84b2f720200128234ff605.tar.xz
nixlib-1c29dba62a1460b94f84b2f720200128234ff605.tar.zst
nixlib-1c29dba62a1460b94f84b2f720200128234ff605.zip
haskell-pointfree: re-generate with cabal2nix
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/tools/haskell/pointfree/default.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/development/tools/haskell/pointfree/default.nix b/pkgs/development/tools/haskell/pointfree/default.nix
index 6e87b4fa6242..166105f22b6a 100644
--- a/pkgs/development/tools/haskell/pointfree/default.nix
+++ b/pkgs/development/tools/haskell/pointfree/default.nix
@@ -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";