haskell-transformers-base: update to version 0.4.3

This commit is contained in:
Peter Simons 2014-08-12 10:48:09 +02:00
parent ac50d66698
commit 25fb19593c

View File

@ -1,12 +1,12 @@
# This file was auto-generated by cabal2nix. Please do NOT edit manually! # This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, transformers }: { cabal, stm, transformers }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "transformers-base"; pname = "transformers-base";
version = "0.4.2"; version = "0.4.3";
sha256 = "030w5p209bam77z6grq6279qwvwip1ax7phrc5wanxrshiw8699m"; sha256 = "0bklr7piiipnh99jnqx262pdyb9hzk852d6hzk5sqppvz5ndcf4y";
buildDepends = [ transformers ]; buildDepends = [ stm transformers ];
meta = { meta = {
homepage = "https://github.com/mvv/transformers-base"; homepage = "https://github.com/mvv/transformers-base";
description = "Lift computations from the bottom of a transformer stack"; description = "Lift computations from the bottom of a transformer stack";