summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2013-10-20 16:06:40 +0200
committerPeter Simons <simons@cryp.to>2013-10-20 20:57:35 +0200
commit172f5ed061ca36b0517de2ee295c73b8ea5699de (patch)
tree9d847eb3284206054097919cf7abe79f224239fc
parent4bdeec032743cecc078ca4708f8fbdf457d60623 (diff)
downloadnixlib-172f5ed061ca36b0517de2ee295c73b8ea5699de.tar
nixlib-172f5ed061ca36b0517de2ee295c73b8ea5699de.tar.gz
nixlib-172f5ed061ca36b0517de2ee295c73b8ea5699de.tar.bz2
nixlib-172f5ed061ca36b0517de2ee295c73b8ea5699de.tar.lz
nixlib-172f5ed061ca36b0517de2ee295c73b8ea5699de.tar.xz
nixlib-172f5ed061ca36b0517de2ee295c73b8ea5699de.tar.zst
nixlib-172f5ed061ca36b0517de2ee295c73b8ea5699de.zip
haskell-path-pieces: update to version 0.1.3
-rw-r--r--pkgs/development/libraries/haskell/path-pieces/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/development/libraries/haskell/path-pieces/default.nix b/pkgs/development/libraries/haskell/path-pieces/default.nix
index 14b9f8d70813..cdfe320a0609 100644
--- a/pkgs/development/libraries/haskell/path-pieces/default.nix
+++ b/pkgs/development/libraries/haskell/path-pieces/default.nix
@@ -1,11 +1,11 @@
-{ cabal, fileLocation, hspec, HUnit, QuickCheck, text, time }:
+{ cabal, hspec, HUnit, QuickCheck, text, time }:
 
 cabal.mkDerivation (self: {
   pname = "path-pieces";
-  version = "0.1.2";
-  sha256 = "1cxsa8lq1f2jf86iv6f17nraiav8k2vzjxln1y7z45qhcp1sbbaa";
+  version = "0.1.3";
+  sha256 = "03x9kfcaz1zsdpdzs05pcl0hv4hffgsl2js8xiy5slba6n841v4l";
   buildDepends = [ text time ];
-  testDepends = [ fileLocation hspec HUnit QuickCheck text ];
+  testDepends = [ hspec HUnit QuickCheck text ];
   meta = {
     description = "Components of paths";
     license = self.stdenv.lib.licenses.bsd3;