2014-07-14 13:21:41 +02:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2012-02-16 15:05:41 +01:00
|
|
|
{ cabal, transformers }:
|
2011-12-02 12:48:08 +01:00
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "transformers-base";
|
2014-05-15 16:09:45 +02:00
|
|
|
version = "0.4.2";
|
|
|
|
sha256 = "030w5p209bam77z6grq6279qwvwip1ax7phrc5wanxrshiw8699m";
|
2012-02-16 15:05:41 +01:00
|
|
|
buildDepends = [ transformers ];
|
2011-12-02 12:48:08 +01:00
|
|
|
meta = {
|
|
|
|
homepage = "https://github.com/mvv/transformers-base";
|
|
|
|
description = "Lift computations from the bottom of a transformer stack";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|