haskell-fb: bump version
Fixes build
This commit is contained in:
parent
4b2433f156
commit
9cc3a7771c
@ -10,8 +10,8 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "fb";
|
pname = "fb";
|
||||||
version = "1.0.7";
|
version = "1.0.8";
|
||||||
sha256 = "0ghyddxf4aqidqvbm93pjgaban0whfj4y1w11b7nxy89srhyjhh8";
|
sha256 = "1cv722kkp6lbxajv3ka4088x2491yy41cfypqqkq753mm59x6s9m";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
aeson attoparsec base16Bytestring base64Bytestring cereal conduit
|
aeson attoparsec base16Bytestring base64Bytestring cereal conduit
|
||||||
conduitExtra cryptoApi cryptohash cryptohashCryptoapi dataDefault
|
conduitExtra cryptoApi cryptohash cryptohashCryptoapi dataDefault
|
||||||
@ -22,7 +22,6 @@ cabal.mkDerivation (self: {
|
|||||||
aeson conduit dataDefault hspec httpConduit HUnit liftedBase
|
aeson conduit dataDefault hspec httpConduit HUnit liftedBase
|
||||||
monadControl QuickCheck resourcet text time transformers
|
monadControl QuickCheck resourcet text time transformers
|
||||||
];
|
];
|
||||||
jailbreak = true;
|
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/prowdsponsor/fb";
|
homepage = "https://github.com/prowdsponsor/fb";
|
||||||
|
Loading…
Reference in New Issue
Block a user