1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
nixpkgs/pkgs/development/libraries/haskell/rest-gen/default.nix
2014-11-01 21:08:01 +01:00

32 lines
1.1 KiB
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, semigroups, split, tagged
, testFramework, testFrameworkHunit, text, uniplate
, unorderedContainers, vector
}:
cabal.mkDerivation (self: {
pname = "rest-gen";
version = "0.16.1";
sha256 = "05z4k2wjdf1vvj95f2k56j8bd7vx7wla4rryyb6pcnjrwvr2f7ws";
buildDepends = [
aeson blazeHtml Cabal codeBuilder fclabels filepath hashable
haskellSrcExts hslogger HStringTemplate hxt jsonSchema restCore
safe scientific semigroups split tagged text uniplate
unorderedContainers vector
];
testDepends = [
fclabels 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;
maintainers = with self.stdenv.lib.maintainers; [ aycanirican ];
};
})