summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2013-11-11 12:12:46 +0100
committerPeter Simons <simons@cryp.to>2013-11-11 14:39:58 +0100
commit876e2278c9022aab809ca75a69b5b0faf613c8c1 (patch)
treeb13ee712d47eabf7180b9f3d2fc3969ba0563653 /pkgs
parent20b512de7c98b2a2533f0f7e8455ae8d4b467e57 (diff)
downloadnixlib-876e2278c9022aab809ca75a69b5b0faf613c8c1.tar
nixlib-876e2278c9022aab809ca75a69b5b0faf613c8c1.tar.gz
nixlib-876e2278c9022aab809ca75a69b5b0faf613c8c1.tar.bz2
nixlib-876e2278c9022aab809ca75a69b5b0faf613c8c1.tar.lz
nixlib-876e2278c9022aab809ca75a69b5b0faf613c8c1.tar.xz
nixlib-876e2278c9022aab809ca75a69b5b0faf613c8c1.tar.zst
nixlib-876e2278c9022aab809ca75a69b5b0faf613c8c1.zip
haskell-bifunctors: update to version 4.1.1
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/haskell/bifunctors/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/bifunctors/default.nix b/pkgs/development/libraries/haskell/bifunctors/default.nix
index d7c8fa6debb4..5d13f3a384e1 100644
--- a/pkgs/development/libraries/haskell/bifunctors/default.nix
+++ b/pkgs/development/libraries/haskell/bifunctors/default.nix
@@ -2,8 +2,8 @@
 
 cabal.mkDerivation (self: {
   pname = "bifunctors";
-  version = "4.1.0.1";
-  sha256 = "1mf1v64g5pr2k1jpc7i4994ki2fp5vkxg4n5v84lfbl2r3kr92yg";
+  version = "4.1.1";
+  sha256 = "0apdnhfqn3xyi99d5ybc51y2i0gpxix5hlaqxgpbzr4b0zkk7c4w";
   buildDepends = [ semigroupoids semigroups tagged ];
   meta = {
     homepage = "http://github.com/ekmett/bifunctors/";