nixpkgs/pkgs/development/libraries/haskell/fb/default.nix

34 lines
1.2 KiB
Nix
Raw Normal View History

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
2014-04-05 01:23:09 +04:00
{ cabal, aeson, attoparsec, base16Bytestring, base64Bytestring
, cereal, conduit, conduitExtra, cryptoApi, cryptohash
2014-02-22 15:31:10 +04:00
, cryptohashCryptoapi, dataDefault, hspec, httpConduit, httpTypes
, HUnit, liftedBase, monadControl, monadLogger, QuickCheck
, resourcet, text, time, transformers, transformersBase
, unorderedContainers
}:
cabal.mkDerivation (self: {
pname = "fb";
2014-08-04 13:10:38 +04:00
version = "1.0.4";
sha256 = "1sp0x5p9l02i2ynvynazhgs5lqqwih997c2fyfp0xi24qsc7ilr2";
2014-02-22 15:31:10 +04:00
buildDepends = [
2014-04-05 01:23:09 +04:00
aeson attoparsec base16Bytestring base64Bytestring cereal conduit
conduitExtra cryptoApi cryptohash cryptohashCryptoapi dataDefault
httpConduit httpTypes liftedBase monadControl monadLogger resourcet
text time transformers transformersBase unorderedContainers
2014-02-22 15:31:10 +04:00
];
testDepends = [
aeson conduit dataDefault hspec httpConduit HUnit liftedBase
2014-04-05 01:23:09 +04:00
monadControl QuickCheck resourcet text time transformers
2014-02-22 15:31:10 +04:00
];
2014-06-20 17:04:02 +04:00
jailbreak = true;
doCheck = false;
2014-02-22 15:31:10 +04:00
meta = {
2014-07-03 19:00:12 +04:00
homepage = "https://github.com/prowdsponsor/fb";
2014-02-22 15:31:10 +04:00
description = "Bindings to Facebook's API";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};
})