packages feed

Cabal revisions of massiv-test-0.1.5

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

revision 1
-name:                massiv-test-version:             0.1.5-synopsis:            Library that contains generators, properties and tests for Massiv Array Library.-description:         This library is designed for users of massiv library that need random generators for writing custom property tests and reusing some of the predefined ones.-homepage:            https://github.com/lehins/massiv-license:             BSD3-license-file:        LICENSE-author:              Alexey Kuleshevich-maintainer:          alexey@kuleshevi.ch-copyright:           2018-2019 Alexey Kuleshevich-category:            Data, Data Structures, Parallelism-build-type:          Simple-extra-source-files:  README.md-                   , CHANGELOG.md-cabal-version:       >=1.10--library-  hs-source-dirs:     src-  exposed-modules:    Test.Massiv.Core-                    , Test.Massiv.Core.Common-                    , Test.Massiv.Core.Index-                    , Test.Massiv.Core.Mutable-                    , Test.Massiv.Array.Delayed-                    , Test.Massiv.Array.Mutable-                    , Test.Massiv.Array.Numeric-                    , Test.Massiv.Utils---  build-depends:       base >= 4.9 && < 5-                     , bytestring-                     , data-default-class-                     , deepseq-                     , exceptions-                     , QuickCheck-                     , hspec-                     , massiv >= 0.5.4-                     , scheduler-                     , primitive-                     , unliftio-                     , vector--  default-language:    Haskell2010-  ghc-options:        -Wall-                      -Wincomplete-record-updates-                      -Wincomplete-uni-patterns-                      -Wredundant-constraints-                      -fno-warn-orphans--test-suite tests-  type:               exitcode-stdio-1.0-  hs-source-dirs:     tests-  main-is:            Main.hs-  other-modules:      Spec-                    , Test.Massiv.Core.IndexSpec-                    , Test.Massiv.Core.ListSpec-                    , Test.Massiv.Core.SchedulerSpec-                    , Test.Massiv.Array.Delayed.StreamSpec-                    , Test.Massiv.Array.Delayed.InterleavedSpec-                    , Test.Massiv.Array.Delayed.PushSpec-                    , Test.Massiv.Array.Delayed.WindowedSpec-                    , Test.Massiv.Array.DelayedSpec-                    , Test.Massiv.Array.MutableSpec-                    , Test.Massiv.Array.Ops.FoldSpec-                    , Test.Massiv.Array.Ops.MapSpec-                    , Test.Massiv.Array.Ops.SortSpec-                    , Test.Massiv.Array.Ops.TransformSpec-                    , Test.Massiv.Array.NumericSpec-                    , Test.Massiv.Array.Numeric.IntegralSpec-                    , Test.Massiv.Array.StencilSpec-                    , Test.Massiv.VectorSpec-                      -- TODO: Below should be moved to Test.Massiv.Array-                    , Data.Massiv.Array.Manifest.VectorSpec-                    , Data.Massiv.Array.ManifestSpec-                    , Data.Massiv.Array.Ops.ConstructSpec-                    , Data.Massiv.Array.Ops.SliceSpec-                    , Data.Massiv.ArraySpec-  build-depends:      base-                    , bytestring-                    , containers-                    , data-default-                    , deepseq-                    , genvalidity-hspec-                    , massiv >= 0.5.2-                    , massiv-test-                    , mwc-random-                    , hspec-                    , primitive-                    , scheduler-                    , QuickCheck-                    , vector--  default-language:   Haskell2010-  ghc-options:       -Wall-                     -Wincomplete-record-updates-                     -Wincomplete-uni-patterns-                     -Wredundant-constraints-                     -fno-warn-orphans-                     -threaded-                     -with-rtsopts=-N2--source-repository head-  type:     git-  location: https://github.com/lehins/massiv+name:                massiv-test
+version:             0.1.5
+x-revision: 1
+synopsis:            Library that contains generators, properties and tests for Massiv Array Library.
+description:         This library is designed for users of massiv library that need random generators for writing custom property tests and reusing some of the predefined ones.
+homepage:            https://github.com/lehins/massiv
+license:             BSD3
+license-file:        LICENSE
+author:              Alexey Kuleshevich
+maintainer:          alexey@kuleshevi.ch
+copyright:           2018-2019 Alexey Kuleshevich
+category:            Data, Data Structures, Parallelism
+build-type:          Simple
+extra-source-files:  README.md
+                   , CHANGELOG.md
+cabal-version:       >=1.10
+
+library
+  hs-source-dirs:     src
+  exposed-modules:    Test.Massiv.Core
+                    , Test.Massiv.Core.Common
+                    , Test.Massiv.Core.Index
+                    , Test.Massiv.Core.Mutable
+                    , Test.Massiv.Array.Delayed
+                    , Test.Massiv.Array.Mutable
+                    , Test.Massiv.Array.Numeric
+                    , Test.Massiv.Utils
+
+
+  build-depends:       base >= 4.9 && < 5
+                     , bytestring
+                     , data-default-class
+                     , deepseq
+                     , exceptions
+                     , QuickCheck
+                     , hspec
+                     , massiv >= 0.5.6
+                     , scheduler
+                     , primitive
+                     , unliftio
+                     , vector
+
+  default-language:    Haskell2010
+  ghc-options:        -Wall
+                      -Wincomplete-record-updates
+                      -Wincomplete-uni-patterns
+                      -Wredundant-constraints
+                      -fno-warn-orphans
+
+test-suite tests
+  type:               exitcode-stdio-1.0
+  hs-source-dirs:     tests
+  main-is:            Main.hs
+  other-modules:      Spec
+                    , Test.Massiv.Core.IndexSpec
+                    , Test.Massiv.Core.ListSpec
+                    , Test.Massiv.Core.SchedulerSpec
+                    , Test.Massiv.Array.Delayed.StreamSpec
+                    , Test.Massiv.Array.Delayed.InterleavedSpec
+                    , Test.Massiv.Array.Delayed.PushSpec
+                    , Test.Massiv.Array.Delayed.WindowedSpec
+                    , Test.Massiv.Array.DelayedSpec
+                    , Test.Massiv.Array.MutableSpec
+                    , Test.Massiv.Array.Ops.FoldSpec
+                    , Test.Massiv.Array.Ops.MapSpec
+                    , Test.Massiv.Array.Ops.SortSpec
+                    , Test.Massiv.Array.Ops.TransformSpec
+                    , Test.Massiv.Array.NumericSpec
+                    , Test.Massiv.Array.Numeric.IntegralSpec
+                    , Test.Massiv.Array.StencilSpec
+                    , Test.Massiv.VectorSpec
+                      -- TODO: Below should be moved to Test.Massiv.Array
+                    , Data.Massiv.Array.Manifest.VectorSpec
+                    , Data.Massiv.Array.ManifestSpec
+                    , Data.Massiv.Array.Ops.ConstructSpec
+                    , Data.Massiv.Array.Ops.SliceSpec
+                    , Data.Massiv.ArraySpec
+  build-depends:      base
+                    , bytestring
+                    , containers
+                    , data-default
+                    , deepseq
+                    , genvalidity-hspec
+                    , massiv >= 0.5.2
+                    , massiv-test
+                    , mwc-random
+                    , hspec
+                    , primitive
+                    , scheduler
+                    , QuickCheck
+                    , vector
+
+  default-language:   Haskell2010
+  ghc-options:       -Wall
+                     -Wincomplete-record-updates
+                     -Wincomplete-uni-patterns
+                     -Wredundant-constraints
+                     -fno-warn-orphans
+                     -threaded
+                     -with-rtsopts=-N2
+
+source-repository head
+  type:     git
+  location: https://github.com/lehins/massiv
revision 2
 name:                massiv-test
 version:             0.1.5
-x-revision: 1
+x-revision: 2
 synopsis:            Library that contains generators, properties and tests for Massiv Array Library.
 description:         This library is designed for users of massiv library that need random generators for writing custom property tests and reusing some of the predefined ones.
 homepage:            https://github.com/lehins/massiv
                      , exceptions
                      , QuickCheck
                      , hspec
-                     , massiv >= 0.5.6
+                     , massiv >= 0.5.6 && < 1
                      , scheduler
                      , primitive
                      , unliftio
revision 3
 name:                massiv-test
 version:             0.1.5
-x-revision: 2
+x-revision: 3
 synopsis:            Library that contains generators, properties and tests for Massiv Array Library.
 description:         This library is designed for users of massiv library that need random generators for writing custom property tests and reusing some of the predefined ones.
 homepage:            https://github.com/lehins/massiv
                      , data-default-class
                      , deepseq
                      , exceptions
-                     , QuickCheck
+                     , QuickCheck < 2.15
                      , hspec
                      , massiv >= 0.5.6 && < 1
                      , scheduler
revision 4
 name:                massiv-test
 version:             0.1.5
-x-revision: 3
+x-revision: 4
 synopsis:            Library that contains generators, properties and tests for Massiv Array Library.
 description:         This library is designed for users of massiv library that need random generators for writing custom property tests and reusing some of the predefined ones.
 homepage:            https://github.com/lehins/massiv
                     , Test.Massiv.Utils
 
 
-  build-depends:       base >= 4.9 && < 5
+  build-depends:       base >= 4.9 && < 4.21
                      , bytestring
                      , data-default-class
                      , deepseq