Skip to content

Commit

Permalink
Update from 046f21cbebcccf6facc6e36108df402409d0e1b5
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 3, 2024
1 parent d42e196 commit 48baf0b
Show file tree
Hide file tree
Showing 11 changed files with 411 additions and 3 deletions.
Binary file modified 01-index.tar
Binary file not shown.
Binary file modified 01-index.tar.gz
Binary file not shown.
18 changes: 18 additions & 0 deletions all-package-versions/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,24 @@ <h1 class="py-5">
</th>
</thead>
<tbody>
<tr>
<td class="col-sm-2">
<a href="../package/cardano-addresses-3.12.0">cardano-addresses-3.12.0</a>
</td>
<td class="col-sm-1">Version</td>
<td class="col-sm-3" data-order="1714734276">2024-05-03T11:04:36Z</td>
<td class="col-sm-6">
<dl class="row">
<dd>
<a href="https://github.com/intersectmbo/cardano-addresses/tree/b4a9765314aee3f2926a8eca79f6cfdac836bda1/core">https://github.com/intersectmbo/cardano-addresses</a>
</dd>
<dt>Commit hash</dt>
<dd>b4a9765314aee3f2926a8eca79f6cfdac836bda1</dd>
<dt>Subdir</dt>
<dd>core</dt>
</dl>
</td>
</tr>
<tr>
<td class="col-sm-2">
<a href="../package/plutus-core-1.27.0.0">plutus-core-1.27.0.0</a>
Expand Down
18 changes: 18 additions & 0 deletions all-packages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,24 @@ <h1 class="py-5">
No revision
</td>
</tr>
<tr>
<td class="col-sm-2"><a href="../package/cardano-addresses-3.12.0">cardano-addresses-3.12.0</a></td>
<td class="col-sm-3" data-order="1714734276">2024-05-03T11:04:36Z</td>
<td class="col-sm-6">
<dl class="row">
<dd>
<a href="https://github.com/intersectmbo/cardano-addresses/tree/b4a9765314aee3f2926a8eca79f6cfdac836bda1/core">https://github.com/intersectmbo/cardano-addresses</a>
</dd>
<dt>Commit hash</dt>
<dd>b4a9765314aee3f2926a8eca79f6cfdac836bda1</dd>
<dt>Subdir</dt>
<dd>core</dt>
</dl>
</td>
<td class="col-sm-3">
No revision
</td>
</tr>
<tr>
<td class="col-sm-2"><a href="../package/cardano-api-8.45.1.0">cardano-api-8.45.1.0</a></td>
<td class="col-sm-3" data-order="1713997477">2024-04-24T22:24:37Z</td>
Expand Down
2 changes: 1 addition & 1 deletion foliage/packages.json

Large diffs are not rendered by default.

Binary file added package/cardano-addresses-3.12.0.tar.gz
Binary file not shown.
130 changes: 130 additions & 0 deletions package/cardano-addresses-3.12.0/cardano-addresses.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,130 @@
cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.34.6.
--
-- see: https://github.com/sol/hpack
--
-- hash: 683d57ce889099c5714810307f69788b00ca3e71f2ccf6dc2060536507726494

name: cardano-addresses
version: 3.12.0
synopsis: Library utilities for mnemonic generation and address derivation.
description: Please see the README on GitHub at <https://github.com/input-output-hk/cardano-addresses>
category: Cardano
homepage: https://github.com/input-output-hk/cardano-addresses#readme
bug-reports: https://github.com/input-output-hk/cardano-addresses/issues
author: IOHK
maintainer: operations@iohk.io
copyright: 2021-2022 IOHK
license: Apache-2.0
build-type: Simple

source-repository head
type: git
location: https://github.com/input-output-hk/cardano-addresses

flag release
description: Compile executables for a release.
manual: True
default: False

library
exposed-modules:
Cardano.Address
Cardano.Address.Compat
Cardano.Address.Derivation
Cardano.Address.Internal
Cardano.Address.Script
Cardano.Address.Script.Parser
Cardano.Address.Style.Byron
Cardano.Address.Style.Icarus
Cardano.Address.Style.Shared
Cardano.Address.Style.Shelley
Cardano.Codec.Bech32.Prefixes
Cardano.Codec.Cbor
Cardano.Mnemonic
Codec.Binary.Encoding
Data.Word7
other-modules:
Paths_cardano_addresses
hs-source-dirs:
lib
default-extensions:
NoImplicitPrelude
ghc-options: -Wall -Wcompat -fwarn-redundant-constraints
build-depends:
aeson
, base >=4.7 && <5
, base58-bytestring
, basement
, bech32
, bech32-th
, binary
, bytestring
, cardano-crypto
, cborg
, containers
, cryptonite
, deepseq
, digest
, either
, exceptions
, extra
, fmt
, hashable
, hw-aeson
, memory
, text
, unordered-containers
if flag(release)
ghc-options: -Werror
if impl(ghcjs) || os(ghcjs)
build-depends:
cardano-addresses-jsbits
default-language: Haskell2010

test-suite unit
type: exitcode-stdio-1.0
main-is: Main.hs
other-modules:
AutoDiscover
Cardano.Address.DerivationSpec
Cardano.Address.Script.ParserSpec
Cardano.Address.ScriptSpec
Cardano.Address.Style.ByronSpec
Cardano.Address.Style.IcarusSpec
Cardano.Address.Style.SharedSpec
Cardano.Address.Style.ShelleySpec
Cardano.AddressSpec
Cardano.Codec.CborSpec
Cardano.MnemonicSpec
Codec.Binary.EncodingSpec
Data.Word7Spec
Test.Arbitrary
Paths_cardano_addresses
hs-source-dirs:
test
default-extensions:
NoImplicitPrelude
ghc-options: -Wall -Wcompat -fwarn-redundant-constraints -threaded -rtsopts -with-rtsopts=-N
build-tool-depends:
hspec-discover:hspec-discover
build-depends:
QuickCheck >=2.14.2
, aeson
, aeson-pretty
, base >=4.7 && <5
, bech32
, binary
, bytestring
, cardano-addresses
, cardano-crypto
, containers
, hspec
, hspec-golden >=0.1.0.3 && <0.2
, memory
, pretty-simple
, text
if flag(release)
ghc-options: -Werror
default-language: Haskell2010
112 changes: 112 additions & 0 deletions package/cardano-addresses-3.12.0/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,112 @@
<!doctype html>
<html lang="en">

<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<title>
cardano-addresses-3.12.0
</title>
<style>
ul.build-depends {
list-style: none;
}

ul.build-depends li {
display: inline;
}

ul.build-depends li:not(:last-child):after {
content: ",";
}
</style>
</head>

<body>
<div class="container px-4 py-5">
<ul class="nav">
<li class="nav-item">
<a class="nav-link" href="../../index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="../../all-packages/index.html">All packages</a>
</li>
<li class="nav-item">
<a class="nav-link" href="../../all-package-versions/index.html">All package versions</a>
</li>
</ul>
<h1 class="py-5">
cardano-addresses-3.12.0
</h1>
<dl class="row class=" px-4 py-5">
<dt class="col-sm-3">Synopsis</dt>
<dd class="col-sm-9">
<p>Library utilities for mnemonic generation and address derivation.</p>
</dd>
<dt class="col-sm-3">Description</dt>
<dd class="col-sm-9">
<p>Please see the README on GitHub at &lt;https://github.com/input-output-hk/cardano-addresses&gt;</p>
</dd>
<dt class="col-sm-3">Author</dt>
<dd class="col-sm-9">
<p>IOHK</p>
</dd>
<dt class="col-sm-3">Maintainer</dt>
<dd class="col-sm-9">
<p>operations@iohk.io</p>
</dd>
<dt class="col-sm-3">License</dt>
<dd class="col-sm-9">
<p>Apache-2.0</p>
</dd>
<dt class="col-sm-3">Source</dt>
<dd class="col-sm-9">
<dl class="row">
<dd>
<a href="https://github.com/intersectmbo/cardano-addresses/tree/b4a9765314aee3f2926a8eca79f6cfdac836bda1/core">https://github.com/intersectmbo/cardano-addresses</a>
</dd>
<dt>Commit hash</dt>
<dd>b4a9765314aee3f2926a8eca79f6cfdac836bda1</dd>
<dt>Subdir</dt>
<dd>core</dt>
</dl>
</dd>
<dt class="col-sm-3">Timestamp</dt>
<dd class="col-sm-9">
<p>2024-05-03T11:04:36Z</p>
</dd>
<dt class="col-sm-3">Revisions</dt>
<dd class="col-sm-9">
<p>None</p>
</dd>
<dt class="col-sm-3">Dependencies</dt>
<dd class="col-sm-9">
<dl>
<dt>library cardano-addresses:</dt>
<dd>
<ul class="build-depends">
<li>[&quot;aeson&quot;,&quot;base &gt;=4.7 &amp;&amp; &lt;5&quot;,&quot;base58-bytestring&quot;,&quot;basement&quot;,&quot;bech32&quot;,&quot;bech32-th&quot;,&quot;binary&quot;,&quot;bytestring&quot;,&quot;cardano-crypto&quot;,&quot;cborg&quot;,&quot;containers&quot;,&quot;cryptonite&quot;,&quot;deepseq&quot;,&quot;digest&quot;,&quot;either&quot;,&quot;exceptions&quot;,&quot;extra&quot;,&quot;fmt&quot;,&quot;hashable&quot;,&quot;hw-aeson&quot;,&quot;memory&quot;,&quot;text&quot;,&quot;unordered-containers&quot;]</li>
</ul>
<p>if (impl(ghcjs &gt;=0) || os(ghcjs))</p>
<ul class="build-depends">
<li>cardano-addresses-jsbits</li>
</ul>
</dd>
<dt>test-suite unit:</dt>
<dd>
<ul class="build-depends">
<li>[&quot;QuickCheck &gt;=2.14.2&quot;,&quot;aeson&quot;,&quot;aeson-pretty&quot;,&quot;base &gt;=4.7 &amp;&amp; &lt;5&quot;,&quot;bech32&quot;,&quot;binary&quot;,&quot;bytestring&quot;,&quot;cardano-addresses&quot;,&quot;cardano-crypto&quot;,&quot;containers&quot;,&quot;hspec&quot;,&quot;hspec-golden &gt;=0.1.0.3 &amp;&amp; &lt;0.2&quot;,&quot;memory&quot;,&quot;pretty-simple&quot;,&quot;text&quot;]</li>
</ul>

</dd>
</dl>
</dd>
</dl>
</div>
</body>

</html>

0 comments on commit 48baf0b

Please sign in to comment.