summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-08-04 11:11:13 +0200
committerPeter Simons <simons@cryp.to>2014-08-04 16:52:28 +0200
commitb61cf1f0c8f80022759d28ba8b20619f06c8d447 (patch)
tree593d65dabfac21694b923b918155e38fdbe19441 /pkgs/development
parent50fce3ede058258eb8d54f8063d9ed6e72e641d5 (diff)
downloadnixpkgs-b61cf1f0c8f80022759d28ba8b20619f06c8d447.tar
nixpkgs-b61cf1f0c8f80022759d28ba8b20619f06c8d447.tar.gz
nixpkgs-b61cf1f0c8f80022759d28ba8b20619f06c8d447.tar.bz2
nixpkgs-b61cf1f0c8f80022759d28ba8b20619f06c8d447.tar.lz
nixpkgs-b61cf1f0c8f80022759d28ba8b20619f06c8d447.tar.xz
nixpkgs-b61cf1f0c8f80022759d28ba8b20619f06c8d447.tar.zst
nixpkgs-b61cf1f0c8f80022759d28ba8b20619f06c8d447.zip
haskell-pipes-aeson: update to version 0.4.1.2
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/libraries/haskell/pipes-aeson/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/pipes-aeson/default.nix b/pkgs/development/libraries/haskell/pipes-aeson/default.nix
index 96044afae0e..91e31801e7f 100644
--- a/pkgs/development/libraries/haskell/pipes-aeson/default.nix
+++ b/pkgs/development/libraries/haskell/pipes-aeson/default.nix
@@ -6,8 +6,8 @@
 
 cabal.mkDerivation (self: {
   pname = "pipes-aeson";
-  version = "0.4.1.1";
-  sha256 = "1z520c9l2wqjcv5lb997n3zfks7p0z7dlwgqm74dcwnnfy3mfp9j";
+  version = "0.4.1.2";
+  sha256 = "0wacib0wf40bkm6rp2qcsrahc43g89l3icclbrshk8r54dhbazl7";
   buildDepends = [
     aeson attoparsec pipes pipesAttoparsec pipesBytestring pipesParse
     transformers