Skip to content

Commit

Permalink
Update from 583c3cd
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 2, 2023
1 parent 6d439a1 commit 2baceb5
Show file tree
Hide file tree
Showing 15 changed files with 567 additions and 11 deletions.
Binary file modified 01-index.tar
Binary file not shown.
Binary file modified 01-index.tar.gz
Binary file not shown.
36 changes: 36 additions & 0 deletions all-package-versions/index.html
Expand Up @@ -44,6 +44,42 @@ <h1 class="py-5">
</th>
</thead>
<tbody>
<tr>
<td class="col-sm-2">
<a href="../package/fs-api-0.1.0.3">fs-api-0.1.0.3</a>
</td>
<td class="col-sm-1">Version</td>
<td class="col-sm-3" data-order="1685703120">2023-06-02T10:52:00Z</td>
<td class="col-sm-6">
<dl class="row">
<dd>
<a href="https://github.com/input-output-hk/fs-sim/tree/3021f04ab58992fe37e7814d49b46d4888e1524f/fs-api">https://github.com/input-output-hk/fs-sim</a>
</dd>
<dt>Commit hash</dt>
<dd>3021f04ab58992fe37e7814d49b46d4888e1524f</dd>
<dt>Subdir</dt>
<dd>fs-api</dt>
</dl>
</td>
</tr>
<tr>
<td class="col-sm-2">
<a href="../package/fs-sim-0.2.0.0">fs-sim-0.2.0.0</a>
</td>
<td class="col-sm-1">Version</td>
<td class="col-sm-3" data-order="1685703120">2023-06-02T10:52:00Z</td>
<td class="col-sm-6">
<dl class="row">
<dd>
<a href="https://github.com/input-output-hk/fs-sim/tree/3021f04ab58992fe37e7814d49b46d4888e1524f/fs-sim">https://github.com/input-output-hk/fs-sim</a>
</dd>
<dt>Commit hash</dt>
<dd>3021f04ab58992fe37e7814d49b46d4888e1524f</dd>
<dt>Subdir</dt>
<dd>fs-sim</dt>
</dl>
</td>
</tr>
<tr>
<td class="col-sm-2">
<a href="../package/cardano-cli-7.1.2.0">cardano-cli-7.1.2.0</a>
Expand Down
16 changes: 8 additions & 8 deletions all-packages/index.html
Expand Up @@ -1199,15 +1199,15 @@ <h1 class="py-5">
</td>
</tr>
<tr>
<td class="col-sm-2"><a href="../package/fs-api-0.1.0.2">fs-api-0.1.0.2</a></td>
<td class="col-sm-3" data-order="1685321448">2023-05-29T00:50:48Z</td>
<td class="col-sm-2"><a href="../package/fs-api-0.1.0.3">fs-api-0.1.0.3</a></td>
<td class="col-sm-3" data-order="1685703120">2023-06-02T10:52:00Z</td>
<td class="col-sm-6">
<dl class="row">
<dd>
<a href="https://github.com/input-output-hk/fs-sim/tree/0930a32ed4641d93a253c83996cb229789bcd073/fs-api">https://github.com/input-output-hk/fs-sim</a>
<a href="https://github.com/input-output-hk/fs-sim/tree/3021f04ab58992fe37e7814d49b46d4888e1524f/fs-api">https://github.com/input-output-hk/fs-sim</a>
</dd>
<dt>Commit hash</dt>
<dd>0930a32ed4641d93a253c83996cb229789bcd073</dd>
<dd>3021f04ab58992fe37e7814d49b46d4888e1524f</dd>
<dt>Subdir</dt>
<dd>fs-api</dt>
</dl>
Expand All @@ -1217,15 +1217,15 @@ <h1 class="py-5">
</td>
</tr>
<tr>
<td class="col-sm-2"><a href="../package/fs-sim-0.1.0.2">fs-sim-0.1.0.2</a></td>
<td class="col-sm-3" data-order="1685321448">2023-05-29T00:50:48Z</td>
<td class="col-sm-2"><a href="../package/fs-sim-0.2.0.0">fs-sim-0.2.0.0</a></td>
<td class="col-sm-3" data-order="1685703120">2023-06-02T10:52:00Z</td>
<td class="col-sm-6">
<dl class="row">
<dd>
<a href="https://github.com/input-output-hk/fs-sim/tree/0930a32ed4641d93a253c83996cb229789bcd073/fs-sim">https://github.com/input-output-hk/fs-sim</a>
<a href="https://github.com/input-output-hk/fs-sim/tree/3021f04ab58992fe37e7814d49b46d4888e1524f/fs-sim">https://github.com/input-output-hk/fs-sim</a>
</dd>
<dt>Commit hash</dt>
<dd>0930a32ed4641d93a253c83996cb229789bcd073</dd>
<dd>3021f04ab58992fe37e7814d49b46d4888e1524f</dd>
<dt>Subdir</dt>
<dd>fs-sim</dt>
</dl>
Expand Down
2 changes: 1 addition & 1 deletion foliage/packages.json

Large diffs are not rendered by default.

Binary file added package/fs-api-0.1.0.3.tar.gz
Binary file not shown.
66 changes: 66 additions & 0 deletions package/fs-api-0.1.0.3/fs-api.cabal
@@ -0,0 +1,66 @@
cabal-version: 3.0
name: fs-api
version: 0.1.0.3
synopsis: API for file systems
description: API for file systems.
license: Apache-2.0
license-files:
LICENSE
NOTICE

copyright: 2019-2023 Input Output Global Inc (IOG)
author: IOG Engineering Team
maintainer: operations@iohk.io
category: System
build-type: Simple
extra-doc-files: CHANGELOG.md
tested-with: GHC ==8.10 || ==9.2 || ==9.4 || ==9.6

source-repository head
type: git
location: https://github.com/input-output-hk/fs-sim
subdir: fs-api

library
hs-source-dirs: src

if os(windows)
hs-source-dirs: src-win32

else
hs-source-dirs: src-unix

exposed-modules:
System.FS.API
System.FS.API.Types
System.FS.CRC
System.FS.Handle
System.FS.IO
System.IO.FS
Util.CallStack
Util.Condense

default-language: Haskell2010
build-depends:
, base >=4.14 && <4.19
, bytestring >=0.10 && <0.12
, containers >=0.5 && <0.7
, deepseq
, digest
, directory >=1.3 && <1.4
, filepath >=1.4 && <1.5
, io-classes >=0.3 && <1.2
, text >=1.2 && <2.1

if os(windows)
build-depends: Win32 >=2.6.1.0

else
build-depends:
, unix
, unix-bytestring >=0.4.0

ghc-options:
-Wall -Wcompat -Wincomplete-uni-patterns
-Wincomplete-record-updates -Wpartial-fields -Widentities
-Wredundant-constraints -Wmissing-export-lists -Wunused-packages
110 changes: 110 additions & 0 deletions package/fs-api-0.1.0.3/index.html
@@ -0,0 +1,110 @@
<!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>
fs-api-0.1.0.3
</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">
fs-api-0.1.0.3
</h1>
<dl class="row class=" px-4 py-5">
<dt class="col-sm-3">Synopsis</dt>
<dd class="col-sm-9">
<p>API for file systems</p>
</dd>
<dt class="col-sm-3">Description</dt>
<dd class="col-sm-9">
<p>API for file systems.</p>
</dd>
<dt class="col-sm-3">Author</dt>
<dd class="col-sm-9">
<p>IOG Engineering Team</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/input-output-hk/fs-sim/tree/3021f04ab58992fe37e7814d49b46d4888e1524f/fs-api">https://github.com/input-output-hk/fs-sim</a>
</dd>
<dt>Commit hash</dt>
<dd>3021f04ab58992fe37e7814d49b46d4888e1524f</dd>
<dt>Subdir</dt>
<dd>fs-api</dt>
</dl>
</dd>
<dt class="col-sm-3">Timestamp</dt>
<dd class="col-sm-9">
<p>2023-06-02T10:52:00Z</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 fs-api:</dt>
<dd>
<ul class="build-depends">
<li>[&quot;base &gt;=4.14 &amp;&amp; &lt;4.19&quot;,&quot;bytestring &gt;=0.10 &amp;&amp; &lt;0.12&quot;,&quot;containers &gt;=0.5 &amp;&amp; &lt;0.7&quot;,&quot;deepseq&quot;,&quot;digest&quot;,&quot;directory &gt;=1.3 &amp;&amp; &lt;1.4&quot;,&quot;filepath &gt;=1.4 &amp;&amp; &lt;1.5&quot;,&quot;io-classes &gt;=0.3 &amp;&amp; &lt;1.2&quot;,&quot;text &gt;=1.2 &amp;&amp; &lt;2.1&quot;]</li>
</ul>
<p>if !os(windows)</p>
<ul class="build-depends">
<li>unix</li>
<li>unix-bytestring &gt;=0.4.0</li>
</ul>
<p>if os(windows)</p>
<ul class="build-depends">
<li>Win32 &gt;=2.6.1.0</li>
</ul>
</dd>
</dl>
</dd>
</dl>
</div>
</body>

</html>
66 changes: 66 additions & 0 deletions package/fs-api-0.1.0.3/revision/0.cabal
@@ -0,0 +1,66 @@
cabal-version: 3.0
name: fs-api
version: 0.1.0.3
synopsis: API for file systems
description: API for file systems.
license: Apache-2.0
license-files:
LICENSE
NOTICE

copyright: 2019-2023 Input Output Global Inc (IOG)
author: IOG Engineering Team
maintainer: operations@iohk.io
category: System
build-type: Simple
extra-doc-files: CHANGELOG.md
tested-with: GHC ==8.10 || ==9.2 || ==9.4 || ==9.6

source-repository head
type: git
location: https://github.com/input-output-hk/fs-sim
subdir: fs-api

library
hs-source-dirs: src

if os(windows)
hs-source-dirs: src-win32

else
hs-source-dirs: src-unix

exposed-modules:
System.FS.API
System.FS.API.Types
System.FS.CRC
System.FS.Handle
System.FS.IO
System.IO.FS
Util.CallStack
Util.Condense

default-language: Haskell2010
build-depends:
, base >=4.14 && <4.19
, bytestring >=0.10 && <0.12
, containers >=0.5 && <0.7
, deepseq
, digest
, directory >=1.3 && <1.4
, filepath >=1.4 && <1.5
, io-classes >=0.3 && <1.2
, text >=1.2 && <2.1

if os(windows)
build-depends: Win32 >=2.6.1.0

else
build-depends:
, unix
, unix-bytestring >=0.4.0

ghc-options:
-Wall -Wcompat -Wincomplete-uni-patterns
-Wincomplete-record-updates -Wpartial-fields -Widentities
-Wredundant-constraints -Wmissing-export-lists -Wunused-packages
Binary file added package/fs-sim-0.2.0.0.tar.gz
Binary file not shown.

0 comments on commit 2baceb5

Please sign in to comment.