packages feed

Cabal revisions of fs-sim-0.3.0.0

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-cabal-version:   3.0-name:            fs-sim-version:         0.3.0.0-synopsis:        Simulated file systems-description:     Simulated file systems.-license:         Apache-2.0-license-files:-  LICENSE-  NOTICE--copyright:       2019-2024 Input Output Global Inc (IOG)-author:          IOG Engineering Team-maintainer:      operations@iohk.io, Joris Dral (joris@well-typed.com)-category:        Testing-build-type:      Simple-extra-doc-files:-  CHANGELOG.md-  README.md--tested-with:     GHC ==8.10 || ==9.2 || ==9.4 || ==9.6 || ==9.8 || ==9.10--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.Prim-    System.FS.Sim.STM-    System.FS.Sim.Stream--  default-language: Haskell2010-  build-depends:-    , base               >=4.14  && <4.21-    , base16-bytestring  ^>=0.1  || ^>=1.0-    , bytestring         ^>=0.10 || ^>=0.11 || ^>=0.12-    , containers         ^>=0.5  || ^>=0.6  || ^>=0.7-    , fs-api             ^>=0.3-    , io-classes         ^>=1.0  || ^>=1.1  || ^>=1.2  || ^>=1.3 || ^>=1.4 || ^>=1.5-    , mtl                ^>=2.2  || ^>=2.3-    , primitive          ^>=0.9-    , QuickCheck         ^>=2.13 || ^>=2.14 || ^>=2.15-    , safe-wild-cards    ^>=1.0-    , strict-stm         ^>=1.0  || ^>=1.1  || ^>=1.2  || ^>=1.3 || ^>=1.4 || ^>=1.5-    , text               ^>=1.2  || ^>=2.0  || ^>=2.1--  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.Error-    Test.System.FS.Sim.FsTree-    Test.System.FS.StateMachine-    Test.Util-    Test.Util.RefEnv-    Test.Util.WithEntryCounter--  default-language: Haskell2010-  build-depends:-    , base-    , bifunctors-    , bytestring-    , containers-    , fs-api-    , fs-sim-    , generics-sop-    , pretty-show-    , primitive-    , QuickCheck-    , quickcheck-state-machine  >=0.10-    , random-    , strict-stm-    , tasty-    , tasty-hunit-    , tasty-quickcheck-    , temporary-    , text--  ghc-options:-    -Wall -Wcompat -Wincomplete-uni-patterns-    -Wincomplete-record-updates -Wpartial-fields -Widentities-    -Wredundant-constraints -Wmissing-export-lists -Wunused-packages-    -fno-ignore-asserts+cabal-version:   3.0
+name:            fs-sim
+version:         0.3.0.0
+x-revision: 1
+synopsis:        Simulated file systems
+description:     Simulated file systems.
+license:         Apache-2.0
+license-files:
+  LICENSE
+  NOTICE
+
+copyright:       2019-2024 Input Output Global Inc (IOG)
+author:          IOG Engineering Team
+maintainer:      operations@iohk.io, Joris Dral (joris@well-typed.com)
+category:        Testing
+build-type:      Simple
+extra-doc-files:
+  CHANGELOG.md
+  README.md
+
+tested-with:     GHC ==8.10 || ==9.2 || ==9.4 || ==9.6 || ==9.8 || ==9.10
+
+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.Prim
+    System.FS.Sim.STM
+    System.FS.Sim.Stream
+
+  default-language: Haskell2010
+  build-depends:
+    , base               >=4.14  && <4.22
+    , base16-bytestring  ^>=0.1  || ^>=1.0
+    , bytestring         ^>=0.10 || ^>=0.11 || ^>=0.12
+    , containers         ^>=0.5  || ^>=0.6  || ^>=0.7
+    , fs-api             ^>=0.3
+    , io-classes         ^>=1.0  || ^>=1.1  || ^>=1.2  || ^>=1.3 || ^>=1.4 || ^>=1.5
+    , mtl                ^>=2.2  || ^>=2.3
+    , primitive          ^>=0.9
+    , QuickCheck         ^>=2.13 || ^>=2.14 || ^>=2.15
+    , safe-wild-cards    ^>=1.0
+    , strict-stm         ^>=1.0  || ^>=1.1  || ^>=1.2  || ^>=1.3 || ^>=1.4 || ^>=1.5
+    , text               ^>=1.2  || ^>=2.0  || ^>=2.1
+
+  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.Error
+    Test.System.FS.Sim.FsTree
+    Test.System.FS.StateMachine
+    Test.Util
+    Test.Util.RefEnv
+    Test.Util.WithEntryCounter
+
+  default-language: Haskell2010
+  build-depends:
+    , base
+    , bifunctors
+    , bytestring
+    , containers
+    , fs-api
+    , fs-sim
+    , generics-sop
+    , pretty-show
+    , primitive
+    , QuickCheck
+    , quickcheck-state-machine  >=0.10
+    , random
+    , strict-stm
+    , tasty
+    , tasty-hunit
+    , tasty-quickcheck
+    , temporary
+    , text
+
+  ghc-options:
+    -Wall -Wcompat -Wincomplete-uni-patterns
+    -Wincomplete-record-updates -Wpartial-fields -Widentities
+    -Wredundant-constraints -Wmissing-export-lists -Wunused-packages
+    -fno-ignore-asserts