about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2013-10-13 12:41:31 +0200
committerPeter Simons <simons@cryp.to>2013-10-14 08:46:31 +0200
commit4dee7de246e6037d494d798efd2a383d9fccc8cc (patch)
tree4b1f06b44190df66a35eef20d0c65952c55bbd54 /pkgs
parent182e352ccfa49ed00f70e6902cdb2d71365b0509 (diff)
downloadnixlib-4dee7de246e6037d494d798efd2a383d9fccc8cc.tar
nixlib-4dee7de246e6037d494d798efd2a383d9fccc8cc.tar.gz
nixlib-4dee7de246e6037d494d798efd2a383d9fccc8cc.tar.bz2
nixlib-4dee7de246e6037d494d798efd2a383d9fccc8cc.tar.lz
nixlib-4dee7de246e6037d494d798efd2a383d9fccc8cc.tar.xz
nixlib-4dee7de246e6037d494d798efd2a383d9fccc8cc.tar.zst
nixlib-4dee7de246e6037d494d798efd2a383d9fccc8cc.zip
haskell-packunused: update to version 0.1.0.1
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/tools/haskell/packunused/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/development/tools/haskell/packunused/default.nix b/pkgs/development/tools/haskell/packunused/default.nix
index 814c2774cb27..35d318d36bae 100644
--- a/pkgs/development/tools/haskell/packunused/default.nix
+++ b/pkgs/development/tools/haskell/packunused/default.nix
@@ -2,11 +2,12 @@
 
 cabal.mkDerivation (self: {
   pname = "packunused";
-  version = "0.1.0.0";
-  sha256 = "131x99id3jcxglj24p5sjb6mnhphj925pp4jdjy09y6ai7wss3rs";
+  version = "0.1.0.1";
+  sha256 = "130717k4rknj5jl904cmb4h09msp4xjj84w6iwzc10lz736dk3jd";
   isLibrary = false;
   isExecutable = true;
   buildDepends = [ Cabal cmdargs filepath haskellSrcExts ];
+  jailbreak = true;
   meta = {
     homepage = "https://github.com/hvr/packunused";
     description = "Tool for detecting redundant Cabal package dependencies";