2014-07-19 12:12:04 -07:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-09-20 05:26:29 -07:00
|
|
|
{ cabal, caseInsensitive, httpTypes, mimeTypes, mtl, restCore, text
|
2015-02-20 06:13:49 -08:00
|
|
|
, unorderedContainers, wai
|
2014-07-14 17:04:59 -07:00
|
|
|
}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "rest-wai";
|
2015-02-20 06:13:49 -08:00
|
|
|
version = "0.1.0.6";
|
|
|
|
sha256 = "1pawc1msv8vc43jzq4ynirwv6k7l7bfrh8r6q8m2vk1rnl6zsbxz";
|
2014-07-14 17:04:59 -07:00
|
|
|
buildDepends = [
|
2014-09-20 05:26:29 -07:00
|
|
|
caseInsensitive httpTypes mimeTypes mtl restCore text
|
2015-02-20 06:13:49 -08:00
|
|
|
unorderedContainers wai
|
2014-07-14 17:04:59 -07:00
|
|
|
];
|
|
|
|
meta = {
|
|
|
|
description = "Rest driver for WAI applications";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
2014-10-03 10:36:21 -07:00
|
|
|
maintainers = with self.stdenv.lib.maintainers; [ aycanirican ];
|
2014-07-14 17:04:59 -07:00
|
|
|
};
|
|
|
|
})
|
2015-02-20 06:13:49 -08:00
|
|
|
|