2014-07-19 21:12:04 +02:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-07-14 14:52:43 +02:00
|
|
|
{ cabal, aeson, hashable, hxt, jsonSchema, tagged, text, tostring
|
|
|
|
, unorderedContainers
|
|
|
|
}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "rest-stringmap";
|
|
|
|
version = "0.2.0.2";
|
|
|
|
sha256 = "0nzkc09679c2mz3amh1avk2kfjpqbhbxsr0r9zvgcs71gqkal2mz";
|
|
|
|
buildDepends = [
|
|
|
|
aeson hashable hxt jsonSchema tagged text tostring
|
|
|
|
unorderedContainers
|
|
|
|
];
|
2014-08-09 12:14:31 +02:00
|
|
|
jailbreak = true;
|
2014-07-14 14:52:43 +02:00
|
|
|
meta = {
|
|
|
|
description = "Maps with stringy keys that can be transcoded to JSON and XML";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
2014-10-03 19:36:21 +02:00
|
|
|
maintainers = with self.stdenv.lib.maintainers; [ aycanirican ];
|
2014-07-14 14:52:43 +02:00
|
|
|
};
|
|
|
|
})
|