haskell-fb: re-generate package with cabal2nix
This commit is contained in:
parent
bac47e8168
commit
c20be9610c
@ -21,12 +21,11 @@ cabal.mkDerivation (self: {
|
|||||||
aeson conduit dataDefault hspec httpConduit HUnit liftedBase
|
aeson conduit dataDefault hspec httpConduit HUnit liftedBase
|
||||||
monadControl QuickCheck text time transformers
|
monadControl QuickCheck text time transformers
|
||||||
];
|
];
|
||||||
|
doCheck = false;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/meteficha/fb";
|
homepage = "https://github.com/meteficha/fb";
|
||||||
description = "Bindings to Facebook's API";
|
description = "Bindings to Facebook's API";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
};
|
};
|
||||||
# The tests require Facebook API keys
|
|
||||||
doCheck = false;
|
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user