summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2013-12-10 12:21:53 +0100
committerPeter Simons <simons@cryp.to>2013-12-10 20:41:41 +0100
commite51fe9c496cab1f236129768d07592f54316eb44 (patch)
treea98499be411b6a8e0423e0d9c3dc31a451b578c8 /pkgs
parent66bd60896df4343c2e7b1e1e8fffb9d6dc6b5052 (diff)
downloadnixlib-e51fe9c496cab1f236129768d07592f54316eb44.tar
nixlib-e51fe9c496cab1f236129768d07592f54316eb44.tar.gz
nixlib-e51fe9c496cab1f236129768d07592f54316eb44.tar.bz2
nixlib-e51fe9c496cab1f236129768d07592f54316eb44.tar.lz
nixlib-e51fe9c496cab1f236129768d07592f54316eb44.tar.xz
nixlib-e51fe9c496cab1f236129768d07592f54316eb44.tar.zst
nixlib-e51fe9c496cab1f236129768d07592f54316eb44.zip
haskell-path-pieces: update to version 0.1.3.1
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/haskell/path-pieces/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/path-pieces/default.nix b/pkgs/development/libraries/haskell/path-pieces/default.nix
index cdfe320a0609..b29527488436 100644
--- a/pkgs/development/libraries/haskell/path-pieces/default.nix
+++ b/pkgs/development/libraries/haskell/path-pieces/default.nix
@@ -2,8 +2,8 @@
 
 cabal.mkDerivation (self: {
   pname = "path-pieces";
-  version = "0.1.3";
-  sha256 = "03x9kfcaz1zsdpdzs05pcl0hv4hffgsl2js8xiy5slba6n841v4l";
+  version = "0.1.3.1";
+  sha256 = "140pkci5k6aa9ncxa29fn2p0g6lb79zci0k02nblv59qmj5hj8ic";
   buildDepends = [ text time ];
   testDepends = [ hspec HUnit QuickCheck text ];
   meta = {