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-04 21:23:09 +00:00
{ cabal, aeson, attoparsec, base16Bytestring, base64Bytestring
, cereal, conduit, conduitExtra, cryptoApi, cryptohash
2014-02-22 11:31:10 +00: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 09:10:38 +00:00
version = "1.0.4";
sha256 = "1sp0x5p9l02i2ynvynazhgs5lqqwih997c2fyfp0xi24qsc7ilr2";
2014-02-22 11:31:10 +00:00
buildDepends = [
2014-04-04 21:23:09 +00: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 11:31:10 +00:00
];
testDepends = [
aeson conduit dataDefault hspec httpConduit HUnit liftedBase
2014-04-04 21:23:09 +00:00
monadControl QuickCheck resourcet text time transformers
2014-02-22 11:31:10 +00:00
];
2014-06-20 13:04:02 +00:00
jailbreak = true;
doCheck = false;
2014-02-22 11:31:10 +00:00
meta = {
2014-07-03 15:00:12 +00:00
homepage = "https://github.com/prowdsponsor/fb";
2014-02-22 11:31:10 +00:00
description = "Bindings to Facebook's API";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};
})