30 lines
1018 B
Nix
30 lines
1018 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, aeson, blazeHtml, Cabal, codeBuilder, fclabels, filepath
|
|
, hashable, haskellSrcExts, hslogger, HStringTemplate, HUnit, hxt
|
|
, jsonSchema, restCore, safe, scientific, split, tagged
|
|
, testFramework, testFrameworkHunit, text, uniplate
|
|
, unorderedContainers, vector
|
|
}:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "rest-gen";
|
|
version = "0.15.0.2";
|
|
sha256 = "1k33bhjy909ffc5bnk3fb8vi8pvylb7rh6m95f70x5h6wgq4lhjg";
|
|
buildDepends = [
|
|
aeson blazeHtml Cabal codeBuilder fclabels filepath hashable
|
|
haskellSrcExts hslogger HStringTemplate hxt jsonSchema restCore
|
|
safe scientific split tagged text uniplate unorderedContainers
|
|
vector
|
|
];
|
|
testDepends = [
|
|
haskellSrcExts HUnit restCore testFramework testFrameworkHunit
|
|
];
|
|
jailbreak = true;
|
|
meta = {
|
|
description = "Documentation and client generation from rest definition";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|