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