mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
haskell-fb: bump version
Fixes build
This commit is contained in:
parent
4b2433f156
commit
9cc3a7771c
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue