about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2013-01-07 12:18:33 +0100
committerPeter Simons <simons@cryp.to>2013-01-07 12:18:33 +0100
commit18df74561d6281b61fbd3bcc7a9c09a0caef0f01 (patch)
treebff813341e2806ed1e503c7f9be4676358ec4e5a /pkgs/development
parenteb3448ddcf5e4ba494867338e3663bb60fe69512 (diff)
downloadnixlib-18df74561d6281b61fbd3bcc7a9c09a0caef0f01.tar
nixlib-18df74561d6281b61fbd3bcc7a9c09a0caef0f01.tar.gz
nixlib-18df74561d6281b61fbd3bcc7a9c09a0caef0f01.tar.bz2
nixlib-18df74561d6281b61fbd3bcc7a9c09a0caef0f01.tar.lz
nixlib-18df74561d6281b61fbd3bcc7a9c09a0caef0f01.tar.xz
nixlib-18df74561d6281b61fbd3bcc7a9c09a0caef0f01.tar.zst
nixlib-18df74561d6281b61fbd3bcc7a9c09a0caef0f01.zip
haskell-distributive: update to version 0.3
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/libraries/haskell/distributive/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/development/libraries/haskell/distributive/default.nix b/pkgs/development/libraries/haskell/distributive/default.nix
index a8b07c608d8a..6709569b0540 100644
--- a/pkgs/development/libraries/haskell/distributive/default.nix
+++ b/pkgs/development/libraries/haskell/distributive/default.nix
@@ -1,10 +1,10 @@
-{ cabal, transformers }:
+{ cabal, transformers, transformersCompat }:
 
 cabal.mkDerivation (self: {
   pname = "distributive";
-  version = "0.2.2";
-  sha256 = "13wvr2wb3h2nr1qd3dwjqx0b6g4igjqm3q2cyi4mc41gwihkbhr2";
-  buildDepends = [ transformers ];
+  version = "0.3";
+  sha256 = "0z6vwak2n91vpx9ps9j1pbiw0zlh9jmds84yx1yqssbqx8npi32f";
+  buildDepends = [ transformers transformersCompat ];
   meta = {
     homepage = "http://github.com/ekmett/distributive/";
     description = "Haskell 98 Distributive functors -- Dual to Traversable";