Skip to content

Commit

Permalink
haskell-hoauth2: update to version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
peti committed Jun 9, 2014
1 parent f4f89ce commit 88413cd
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions pkgs/development/libraries/haskell/hoauth2/default.nix
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
{ cabal, aeson, bytestringShow, conduit, httpConduit, httpTypes
, monadControl, mtl, random, resourcet, text, transformers
{ cabal, aeson, bytestringShow, httpConduit, httpTypes
, monadControl, mtl, random, text, transformers
}:

cabal.mkDerivation (self: {
pname = "hoauth2";
version = "0.3.7";
sha256 = "0v43hr7vw2iikhx2bldkb0fa5j95msgn7s7k09vkxz3qwqh9maz7";
version = "0.4.0";
sha256 = "1499rgcn3h4921x21s6l0spnjf3wvmsaa07pimgjgb4rjib3z2d5";
isLibrary = true;
isExecutable = true;
buildDepends = [
aeson bytestringShow conduit httpConduit httpTypes monadControl mtl
random resourcet text transformers
aeson bytestringShow httpConduit httpTypes monadControl mtl random
text transformers
];
meta = {
homepage = "https://github.com/freizl/hoauth2";
Expand Down

0 comments on commit 88413cd

Please sign in to comment.