haskell-authenticate: updated to version 0.10.3.1
svn path=/nixpkgs/trunk/; revision=30650
This commit is contained in:
parent
3e6968a624
commit
104c28a738
@ -1,17 +1,18 @@
|
||||
{ cabal, aeson, attoparsec, base64Bytestring, blazeBuilder
|
||||
, caseInsensitive, enumerator, failure, httpEnumerator, httpTypes
|
||||
, network, random, RSA, SHA, tagsoup, text, time, tls, transformers
|
||||
, xmlEnumerator
|
||||
, unorderedContainers, xmlEnumerator
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "authenticate";
|
||||
version = "0.10.3";
|
||||
sha256 = "1sp8yanb8wray3pnakaj7jqsxirjw6ds2f1j2p72p9hn3kcf4255";
|
||||
version = "0.10.3.1";
|
||||
sha256 = "01xqqnvy2xjcgnp5qq5xiqm1whxywa31cgd79mm290i2r4baiq8s";
|
||||
buildDepends = [
|
||||
aeson attoparsec base64Bytestring blazeBuilder caseInsensitive
|
||||
enumerator failure httpEnumerator httpTypes network random RSA SHA
|
||||
tagsoup text time tls transformers xmlEnumerator
|
||||
tagsoup text time tls transformers unorderedContainers
|
||||
xmlEnumerator
|
||||
];
|
||||
meta = {
|
||||
homepage = "http://github.com/snoyberg/authenticate/tree/master";
|
||||
|
Loading…
Reference in New Issue
Block a user