From e57615635495103bb7ec993a54a2d1ee312be4b4 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 6 Nov 2011 18:36:36 +0000 Subject: [PATCH] haskell-system-filepath: updated to version 0.4.3 svn path=/nixpkgs/trunk/; revision=30270 --- .../libraries/haskell/system-filepath/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/development/libraries/haskell/system-filepath/default.nix b/pkgs/development/libraries/haskell/system-filepath/default.nix index 5c39279e8a7..75f13c948e9 100644 --- a/pkgs/development/libraries/haskell/system-filepath/default.nix +++ b/pkgs/development/libraries/haskell/system-filepath/default.nix @@ -1,10 +1,10 @@ -{ cabal, text }: +{ cabal, deepseq, text }: cabal.mkDerivation (self: { pname = "system-filepath"; - version = "0.4.2"; - sha256 = "070srsvqqjix0afy5ch1zcmpnrrszkds83rv0dp0izqrlzl038mr"; - buildDepends = [ text ]; + version = "0.4.3"; + sha256 = "16a57dipz3aid5n22gzyd9yqmsxm98c3s6vb7minj82q9rbl5z67"; + buildDepends = [ deepseq text ]; meta = { homepage = "https://john-millikin.com/software/hs-filepath/"; description = "High-level, byte-based file and directory path manipulations";