haskell-rest-gen: update to version 0.16
This commit is contained in:
parent
9325c8b3b4
commit
1d946eedd6
@ -2,23 +2,24 @@
|
|||||||
|
|
||||||
{ cabal, aeson, blazeHtml, Cabal, codeBuilder, fclabels, filepath
|
{ cabal, aeson, blazeHtml, Cabal, codeBuilder, fclabels, filepath
|
||||||
, hashable, haskellSrcExts, hslogger, HStringTemplate, HUnit, hxt
|
, hashable, haskellSrcExts, hslogger, HStringTemplate, HUnit, hxt
|
||||||
, jsonSchema, restCore, safe, scientific, split, tagged
|
, jsonSchema, restCore, safe, scientific, semigroups, split, tagged
|
||||||
, testFramework, testFrameworkHunit, text, uniplate
|
, testFramework, testFrameworkHunit, text, uniplate
|
||||||
, unorderedContainers, vector
|
, unorderedContainers, vector
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "rest-gen";
|
pname = "rest-gen";
|
||||||
version = "0.15.0.2";
|
version = "0.16";
|
||||||
sha256 = "1k33bhjy909ffc5bnk3fb8vi8pvylb7rh6m95f70x5h6wgq4lhjg";
|
sha256 = "05qpj4zhihmb2cdgw3vx7ir0mqga1w6qidc4vwdjq6dy8d81sdmc";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
aeson blazeHtml Cabal codeBuilder fclabels filepath hashable
|
aeson blazeHtml Cabal codeBuilder fclabels filepath hashable
|
||||||
haskellSrcExts hslogger HStringTemplate hxt jsonSchema restCore
|
haskellSrcExts hslogger HStringTemplate hxt jsonSchema restCore
|
||||||
safe scientific split tagged text uniplate unorderedContainers
|
safe scientific semigroups split tagged text uniplate
|
||||||
vector
|
unorderedContainers vector
|
||||||
];
|
];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
haskellSrcExts HUnit restCore testFramework testFrameworkHunit
|
fclabels haskellSrcExts HUnit restCore testFramework
|
||||||
|
testFrameworkHunit
|
||||||
];
|
];
|
||||||
jailbreak = true;
|
jailbreak = true;
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user