mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
haskell-hoauth2: update to version 0.4.0
This commit is contained in:
parent
f4f89ce91d
commit
88413cdaa5
@ -1,14 +1,16 @@
|
|||||||
{ cabal, aeson, bytestringShow, conduit, httpConduit, httpTypes
|
{ cabal, aeson, bytestringShow, httpConduit, httpTypes
|
||||||
, monadControl, mtl, random, resourcet, text, transformers
|
, monadControl, mtl, random, text, transformers
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "hoauth2";
|
pname = "hoauth2";
|
||||||
version = "0.3.7";
|
version = "0.4.0";
|
||||||
sha256 = "0v43hr7vw2iikhx2bldkb0fa5j95msgn7s7k09vkxz3qwqh9maz7";
|
sha256 = "1499rgcn3h4921x21s6l0spnjf3wvmsaa07pimgjgb4rjib3z2d5";
|
||||||
|
isLibrary = true;
|
||||||
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
aeson bytestringShow conduit httpConduit httpTypes monadControl mtl
|
aeson bytestringShow httpConduit httpTypes monadControl mtl random
|
||||||
random resourcet text transformers
|
text transformers
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/freizl/hoauth2";
|
homepage = "https://github.com/freizl/hoauth2";
|
||||||
|
Loading…
Reference in New Issue
Block a user