haskell-fb: update to version 1.0
This commit is contained in:
parent
36ac60f757
commit
ee105b4a94
1 changed files with 9 additions and 10 deletions
|
@ -1,5 +1,5 @@
|
|||
{ cabal, aeson, attoparsec, attoparsecConduit, base16Bytestring
|
||||
, base64Bytestring, cereal, conduit, cryptoApi, cryptohash
|
||||
{ cabal, aeson, attoparsec, base16Bytestring, base64Bytestring
|
||||
, cereal, conduit, conduitExtra, cryptoApi, cryptohash
|
||||
, cryptohashCryptoapi, dataDefault, hspec, httpConduit, httpTypes
|
||||
, HUnit, liftedBase, monadControl, monadLogger, QuickCheck
|
||||
, resourcet, text, time, transformers, transformersBase
|
||||
|
@ -8,18 +8,17 @@
|
|||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "fb";
|
||||
version = "0.15.2";
|
||||
sha256 = "1nkgw4978kwhqs7h6rlsspx2f9dbmsywjn57v2fg1c1lg271rz1d";
|
||||
version = "1.0";
|
||||
sha256 = "1pkjpzhdysq5vn302wipz62w6v9fibpvd4smaylv8wgn09si91ji";
|
||||
buildDepends = [
|
||||
aeson attoparsec attoparsecConduit base16Bytestring
|
||||
base64Bytestring cereal conduit cryptoApi cryptohash
|
||||
cryptohashCryptoapi dataDefault httpConduit httpTypes liftedBase
|
||||
monadControl monadLogger resourcet text time transformers
|
||||
transformersBase unorderedContainers
|
||||
aeson attoparsec base16Bytestring base64Bytestring cereal conduit
|
||||
conduitExtra cryptoApi cryptohash cryptohashCryptoapi dataDefault
|
||||
httpConduit httpTypes liftedBase monadControl monadLogger resourcet
|
||||
text time transformers transformersBase unorderedContainers
|
||||
];
|
||||
testDepends = [
|
||||
aeson conduit dataDefault hspec httpConduit HUnit liftedBase
|
||||
monadControl QuickCheck text time transformers
|
||||
monadControl QuickCheck resourcet text time transformers
|
||||
];
|
||||
doCheck = false;
|
||||
meta = {
|
||||
|
|
Loading…
Reference in a new issue