2014-07-14 11:21:41 +00:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-04-16 15:39:12 +00:00
|
|
|
{ cabal, aeson, digestiveFunctors, HUnit, lens, mtl, safe
|
|
|
|
, scientific, tasty, tastyHunit, text, vector
|
2014-01-11 22:16:07 +00:00
|
|
|
}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "digestive-functors-aeson";
|
2014-07-15 09:56:54 +00:00
|
|
|
version = "1.1.10";
|
|
|
|
sha256 = "0ar165rksnj09sb58qx5hm71kn8gzm936ixmfhf7sqbw2kcbw4nx";
|
2014-02-10 10:05:57 +00:00
|
|
|
buildDepends = [ aeson digestiveFunctors lens safe text vector ];
|
2014-01-11 22:16:07 +00:00
|
|
|
testDepends = [
|
2014-04-16 15:39:12 +00:00
|
|
|
aeson digestiveFunctors HUnit mtl scientific tasty tastyHunit text
|
2014-01-11 22:16:07 +00:00
|
|
|
];
|
|
|
|
meta = {
|
|
|
|
homepage = "http://github.com/ocharles/digestive-functors-aeson";
|
|
|
|
description = "Run digestive-functors forms against JSON";
|
|
|
|
license = self.stdenv.lib.licenses.gpl3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
maintainers = [ self.stdenv.lib.maintainers.ocharles ];
|
|
|
|
};
|
|
|
|
})
|