Skip to content

Commit

Permalink
Update from db48f69801e0411f8f16209627358413c00f349d
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 15, 2024
1 parent a67671f commit f1dcea9
Show file tree
Hide file tree
Showing 11 changed files with 101 additions and 7 deletions.
Binary file modified 01-index.tar
Binary file not shown.
Binary file modified 01-index.tar.gz
Binary file not shown.
8 changes: 8 additions & 0 deletions all-package-versions/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,14 @@ <h1 class="py-5">
</th>
</thead>
<tbody>
<tr>
<td class="col-sm-2">
<a href="../package/fs-sim-0.2.1.1">fs-sim-0.2.1.1</a>
</td>
<td class="col-sm-1">Revision</td>
<td class="col-sm-3" data-order="1721019894">2024-07-15T05:04:54Z</td>
<td class="col-sm-6"></td>
</tr>
<tr>
<td class="col-sm-2">
<a href="../package/fs-api-0.2.0.1">fs-api-0.2.0.1</a>
Expand Down
2 changes: 1 addition & 1 deletion package/fs-sim-0.2.1.1/fs-sim.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ library

default-language: Haskell2010
build-depends:
, base >=4.14 && <4.20
, base >=4.14 && <4.21
, base16-bytestring
, bytestring >=0.10 && <0.13
, containers >=0.5 && <0.7
Expand Down
3 changes: 2 additions & 1 deletion package/fs-sim-0.2.1.1/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ <h1 class="py-5">
</dd>
<dt class="col-sm-3">Revisions</dt>
<dd class="col-sm-9">
<p>2024-07-15T05:04:54Z</p>
<p>2024-07-15T00:42:50Z</p>
<p>2024-06-06T15:28:08Z</p>
<p>2024-02-23T09:48:23Z</p>
Expand All @@ -91,7 +92,7 @@ <h1 class="py-5">
<dt>library fs-sim:</dt>
<dd>
<ul class="build-depends">
<li>[&quot;base &gt;=4.14 &amp;&amp; &lt;4.20&quot;,&quot;base16-bytestring&quot;,&quot;bytestring &gt;=0.10 &amp;&amp; &lt;0.13&quot;,&quot;containers &gt;=0.5 &amp;&amp; &lt;0.7&quot;,&quot;fs-api ^&gt;=0.2&quot;,&quot;io-classes &gt;=0.3 &amp;&amp; &lt;1.6&quot;,&quot;mtl&quot;,&quot;QuickCheck&quot;,&quot;strict-stm &gt;=0.3 &amp;&amp; &lt;1.6&quot;,&quot;text &gt;=1.2 &amp;&amp; &lt;2.2&quot;]</li>
<li>[&quot;base &gt;=4.14 &amp;&amp; &lt;4.21&quot;,&quot;base16-bytestring&quot;,&quot;bytestring &gt;=0.10 &amp;&amp; &lt;0.13&quot;,&quot;containers &gt;=0.5 &amp;&amp; &lt;0.7&quot;,&quot;fs-api ^&gt;=0.2&quot;,&quot;io-classes &gt;=0.3 &amp;&amp; &lt;1.6&quot;,&quot;mtl&quot;,&quot;QuickCheck&quot;,&quot;strict-stm &gt;=0.3 &amp;&amp; &lt;1.6&quot;,&quot;text &gt;=1.2 &amp;&amp; &lt;2.2&quot;]</li>
</ul>
</dd>
<dt>test-suite fs-sim-test:</dt>
Expand Down
2 changes: 1 addition & 1 deletion package/fs-sim-0.2.1.1/revision/1.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ library

default-language: Haskell2010
build-depends:
, base >=4.14 && <4.20
, base >=4.14 && <4.21
, base16-bytestring
, bytestring >=0.10 && <0.13
, containers >=0.5 && <0.7
Expand Down
2 changes: 1 addition & 1 deletion package/fs-sim-0.2.1.1/revision/2.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ library

default-language: Haskell2010
build-depends:
, base >=4.14 && <4.20
, base >=4.14 && <4.21
, base16-bytestring
, bytestring >=0.10 && <0.13
, containers >=0.5 && <0.7
Expand Down
2 changes: 1 addition & 1 deletion package/fs-sim-0.2.1.1/revision/3.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ library

default-language: Haskell2010
build-depends:
, base >=4.14 && <4.20
, base >=4.14 && <4.21
, base16-bytestring
, bytestring >=0.10 && <0.13
, containers >=0.5 && <0.7
Expand Down
85 changes: 85 additions & 0 deletions package/fs-sim-0.2.1.1/revision/4.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
cabal-version: 3.0
name: fs-sim
version: 0.2.1.1
synopsis: Simulated file systems
description: Simulated 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: Testing
build-type: Simple
extra-doc-files: CHANGELOG.md
tested-with: GHC ==8.10 || ==9.2 || ==9.4 || ==9.6 || ==9.8

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

library
hs-source-dirs: src
exposed-modules:
System.FS.Sim.Error
System.FS.Sim.FsTree
System.FS.Sim.MockFS
System.FS.Sim.Pure
System.FS.Sim.STM
System.FS.Sim.Stream

default-language: Haskell2010
build-depends:
, base >=4.14 && <4.21
, base16-bytestring
, bytestring >=0.10 && <0.13
, containers >=0.5 && <0.7
, fs-api ^>=0.2
, io-classes >=0.3 && <1.6
, mtl
, QuickCheck
, strict-stm >=0.3 && <1.6
, text >=1.2 && <2.2

ghc-options:
-Wall -Wcompat -Wincomplete-uni-patterns
-Wincomplete-record-updates -Wpartial-fields -Widentities
-Wredundant-constraints -Wmissing-export-lists -Wunused-packages

test-suite fs-sim-test
type: exitcode-stdio-1.0
hs-source-dirs: test
main-is: Main.hs
other-modules:
Test.System.FS.Sim.FsTree
Test.System.FS.StateMachine
Test.Util.RefEnv

default-language: Haskell2010
build-depends:
, base
, bifunctors
, bytestring
, containers
, fs-api
, fs-sim
, generics-sop
, pretty-show
, QuickCheck
, quickcheck-state-machine >=0.7.2 && <0.8
, random
, tasty
, tasty-hunit
, tasty-quickcheck
, temporary
, text
, tree-diff

ghc-options:
-Wall -Wcompat -Wincomplete-uni-patterns
-Wincomplete-record-updates -Wpartial-fields -Widentities
-Wredundant-constraints -Wmissing-export-lists -Wunused-packages
-fno-ignore-asserts
2 changes: 1 addition & 1 deletion snapshot.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"signatures":[{"keyid":"53a6bd1ae1845b1e27b8f8fff0a3d5893d7125334f47188020c6003f037e03f6","method":"ed25519","sig":"XtZafKmBnSeNXCCres7GoF1CDb9GZt4qOGzGE9FqojAC7n/ikBsqIaMLe7RwHnD6vJIijSRa8+6YWhzHrbIhDg=="},{"keyid":"b1811587323bab527d7de85759282f457b6f1c22479682713cae181cd8e1ae65","method":"ed25519","sig":"qlcQ/ha1opqeD6EM2Wk5jkdfoIBS6WmlhVXL3gsARnOhDTLAfYQN8K/ePPpf3K3T9yk+/z1/5phFJcwoHPzBBg=="}],"signed":{"_type":"Snapshot","expires":null,"meta":{"<repo>/01-index.tar":{"hashes":{"sha256":"b196f6df785ccd89da891acb40b790a7fc0c01410f18ac2fe31a5f7976c0da05"},"length":16062464},"<repo>/01-index.tar.gz":{"hashes":{"sha256":"6597980426117fbc2a9aab970f99e80d0fbc2811e88ac34c31db689192899681"},"length":2403319},"<repo>/mirrors.json":{"hashes":{"sha256":"982d7115c44ba61087d2764efbcdfa33bb16a8e9daa1e19d49b50bfe2bdff8d9"},"length":1246},"<repo>/root.json":{"hashes":{"sha256":"2ed435c078955d73330f32fd52aba3afd494984c808f7d96869916f2b4f75a3d"},"length":6337}},"version":1}}
{"signatures":[{"keyid":"53a6bd1ae1845b1e27b8f8fff0a3d5893d7125334f47188020c6003f037e03f6","method":"ed25519","sig":"zz8C4diztQ7rz8R6u7ieFUMsFurv/E3Gz8+DCa9w3GnZP0dBfeTtTcss04ZD8495yua8X9wOerkqLmscQ82wBQ=="},{"keyid":"b1811587323bab527d7de85759282f457b6f1c22479682713cae181cd8e1ae65","method":"ed25519","sig":"Ciplp/Ksw2xC2F21SC60W+moUvOVcqSo/kEQnZyGMDnfUISCin5UhZgX/DK++r4b6+dHrdwjzQNw1vBflktjCA=="}],"signed":{"_type":"Snapshot","expires":null,"meta":{"<repo>/01-index.tar":{"hashes":{"sha256":"5efb5edf81e7aca471a40d2f66f6fac6de90076a4544a714d69fd9d9429964d0"},"length":16065536},"<repo>/01-index.tar.gz":{"hashes":{"sha256":"068208a6033fa78ea1e55f52af3e73ab6a28a6e9f40a7eb44b50ca48da0f5012"},"length":2403375},"<repo>/mirrors.json":{"hashes":{"sha256":"982d7115c44ba61087d2764efbcdfa33bb16a8e9daa1e19d49b50bfe2bdff8d9"},"length":1246},"<repo>/root.json":{"hashes":{"sha256":"2ed435c078955d73330f32fd52aba3afd494984c808f7d96869916f2b4f75a3d"},"length":6337}},"version":1}}
2 changes: 1 addition & 1 deletion timestamp.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"signatures":[{"keyid":"3ae5b57e7db850bc5fc0358cf9395e18df211d45f4944cf8fd9aba9500d7b64a","method":"ed25519","sig":"0PLpdI4ivv0j+hd0swnP5dy/SU9tZQhPk2Y4kgyJZVxEvsG1DcrnpK3+AyrxGBqUhiJ/QwXMPDkBut8A34fiDA=="},{"keyid":"402cafcc99b45c42f40b66df81df5377f976e867cc03434ad2e0357ea1dc2e1f","method":"ed25519","sig":"1X4DOcG1CaE9pJWb7dI3Bu9U6LW1YxqAhWLRKbhAwCYfJsrlugtzsLhEmaK4gIDtulqwMrAxnDqZsA95Pr1rAw=="}],"signed":{"_type":"Timestamp","expires":null,"meta":{"<repo>/snapshot.json":{"hashes":{"sha256":"8a7d533299748a5abd87ee74090e287329647770b21cca28fdedb63379092cd5"},"length":975}},"version":1}}
{"signatures":[{"keyid":"3ae5b57e7db850bc5fc0358cf9395e18df211d45f4944cf8fd9aba9500d7b64a","method":"ed25519","sig":"LR55piNxZOs4cC+HfajS8gQvmE2ipsQJN3tdu7MBHl/rk2YDYspPe4GmD5FBpe7bDgqWUzhv97hWGvxebhSFAQ=="},{"keyid":"402cafcc99b45c42f40b66df81df5377f976e867cc03434ad2e0357ea1dc2e1f","method":"ed25519","sig":"8hIom95nlfG0q8VoP25oAhZZrLjpC2E9Z/vjZsZhynDltqa0S/5ckOSnk41MV0fNk5RRHX+atJfuwKM0WzUUCg=="}],"signed":{"_type":"Timestamp","expires":null,"meta":{"<repo>/snapshot.json":{"hashes":{"sha256":"8e8718d02aa48e7ec9990eb2f869e09e4f7afc736726df61f1f332f2737791f4"},"length":975}},"version":1}}

0 comments on commit f1dcea9

Please sign in to comment.