haskell-fb: bump version

Fixes build
This commit is contained in:
Joachim Fasting 2015-02-07 19:09:23 +00:00
parent 4b2433f156
commit 9cc3a7771c

View file

@ -10,8 +10,8 @@
cabal.mkDerivation (self: {
pname = "fb";
version = "1.0.7";
sha256 = "0ghyddxf4aqidqvbm93pjgaban0whfj4y1w11b7nxy89srhyjhh8";
version = "1.0.8";
sha256 = "1cv722kkp6lbxajv3ka4088x2491yy41cfypqqkq753mm59x6s9m";
buildDepends = [
aeson attoparsec base16Bytestring base64Bytestring cereal conduit
conduitExtra cryptoApi cryptohash cryptohashCryptoapi dataDefault
@ -22,7 +22,6 @@ cabal.mkDerivation (self: {
aeson conduit dataDefault hspec httpConduit HUnit liftedBase
monadControl QuickCheck resourcet text time transformers
];
jailbreak = true;
doCheck = false;
meta = {
homepage = "https://github.com/prowdsponsor/fb";