Cabal revisions of orthotope-0.1.8.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: orthotope-version: 0.1.8.0-synopsis: Multidimensional arrays inspired by APL-license: Apache-license-file: LICENSE-copyright: 2018 Google Inc-category: array-author: lennart@augustsson.net-maintainer: lennart@augustsson.net-description: Multidimensional arrays inspired by APL.- The library contains a wide variety of structural- operations on arrays, but not actual algorithms.-build-type: Simple-cabal-version: >=1.10--extra-source-files:- CHANGELOG.md- LICENSE- README.md--tested-with: GHC ==8.10.7 || ==9.0.2 || ==9.2.8 || ==9.4.8 || ==9.6.7 || ==9.8.4 || ==9.10.3 || ==9.12.2 || ==9.14.1--source-repository head- type: git- location: https://github.com/augustss/orthotope--library- hs-source-dirs: .- ghc-options: -Wall -Wno-unrecognised-warning-flags -Wno-x-partial -Widentities -Wmissing-export-lists -Wpartial-fields -Wunused-packages -Wredundant-bang-patterns -Wredundant-strictness-flags--- -Wredundant-constraints -Wterm-variable-capture -Wmissed-specialisations--- if impl(ghc >= 9.8)--- ghc-options: -Wmissing-role-annotations- exposed-modules: Data.Array.Convert- , Data.Array.Dynamic- , Data.Array.DynamicG- , Data.Array.DynamicS- , Data.Array.DynamicU- , Data.Array.Ranked- , Data.Array.RankedG- , Data.Array.RankedS- , Data.Array.RankedU- , Data.Array.Shape- , Data.Array.Shaped- , Data.Array.Shaped.Instances- , Data.Array.ShapedG- , Data.Array.ShapedS- , Data.Array.ShapedU-- , Data.Array.Internal- , Data.Array.Internal.Dynamic- , Data.Array.Internal.DynamicG- , Data.Array.Internal.DynamicS- , Data.Array.Internal.DynamicU- , Data.Array.Internal.Ranked- , Data.Array.Internal.RankedG- , Data.Array.Internal.RankedS- , Data.Array.Internal.RankedU- , Data.Array.Internal.Shape- , Data.Array.Internal.Shaped- , Data.Array.Internal.ShapedG- , Data.Array.Internal.ShapedS- , Data.Array.Internal.ShapedU-- build-depends: base >= 4.12 && < 4.23,- QuickCheck >= 2.14.3 && < 2.18,- deepseq >= 1.4.4 && < 1.7,- pretty >= 1.1.3 && < 1.2,- dlist >= 1.0 && < 1.1,- vector >= 0.12.0 && < 0.14-- default-language: Haskell2010--test-suite tests- type: exitcode-stdio-1.0- ghc-options: -Wall -Wno-unrecognised-warning-flags -Wno-x-partial -Widentities -Wmissing-export-lists -Wpartial-fields -Wunused-packages -Wredundant-bang-patterns -Wredundant-strictness-flags- hs-source-dirs: tests- main-is: Tests.hs-- default-language: Haskell2010-- other-modules: DynamicTest- , DynamicUTest- , DynamicSTest- , RankedTest- , RankedUTest- , RankedSTest- , ShapedTest- , ShapedUTest- , ShapedSTest-- ghc-options:- -Wall -rtsopts-- build-depends:- base,- deepseq,- orthotope,- vector,- HUnit >= 1.6.2 && < 1.7,- test-framework >= 0.8.2 && < 0.9,- test-framework-hunit >= 0.3.0 && < 0.4+name: orthotope +version: 0.1.8.0 +x-revision: 1 +synopsis: Multidimensional arrays inspired by APL +license: Apache +license-file: LICENSE +copyright: 2018 Google Inc +category: array +author: lennart@augustsson.net +maintainer: lennart@augustsson.net +description: Multidimensional arrays inspired by APL. + The library contains a wide variety of structural + operations on arrays, but not actual algorithms. +build-type: Simple +cabal-version: >=1.10 + +extra-source-files: + CHANGELOG.md + LICENSE + README.md + +tested-with: GHC ==8.10.7 || ==9.0.2 || ==9.2.8 || ==9.4.8 || ==9.6.7 || ==9.8.4 || ==9.10.3 || ==9.12.2 || ==9.14.1 + +source-repository head + type: git + location: https://github.com/augustss/orthotope + +library + hs-source-dirs: . + ghc-options: -Wall -Wno-unrecognised-warning-flags -Wno-x-partial -Widentities -Wmissing-export-lists -Wpartial-fields -Wunused-packages -Wredundant-bang-patterns -Wredundant-strictness-flags +-- -Wredundant-constraints -Wterm-variable-capture -Wmissed-specialisations +-- if impl(ghc >= 9.8) +-- ghc-options: -Wmissing-role-annotations + exposed-modules: Data.Array.Convert + , Data.Array.Dynamic + , Data.Array.DynamicG + , Data.Array.DynamicS + , Data.Array.DynamicU + , Data.Array.Ranked + , Data.Array.RankedG + , Data.Array.RankedS + , Data.Array.RankedU + , Data.Array.Shape + , Data.Array.Shaped + , Data.Array.Shaped.Instances + , Data.Array.ShapedG + , Data.Array.ShapedS + , Data.Array.ShapedU + + , Data.Array.Internal + , Data.Array.Internal.Dynamic + , Data.Array.Internal.DynamicG + , Data.Array.Internal.DynamicS + , Data.Array.Internal.DynamicU + , Data.Array.Internal.Ranked + , Data.Array.Internal.RankedG + , Data.Array.Internal.RankedS + , Data.Array.Internal.RankedU + , Data.Array.Internal.Shape + , Data.Array.Internal.Shaped + , Data.Array.Internal.ShapedG + , Data.Array.Internal.ShapedS + , Data.Array.Internal.ShapedU + + build-depends: base >= 4.12 && < 4.23, + QuickCheck >= 2.14.3 && < 2.19, + deepseq >= 1.4.4 && < 1.7, + pretty >= 1.1.3 && < 1.2, + dlist >= 1.0 && < 1.1, + vector >= 0.12.0 && < 0.14 + + default-language: Haskell2010 + +test-suite tests + type: exitcode-stdio-1.0 + ghc-options: -Wall -Wno-unrecognised-warning-flags -Wno-x-partial -Widentities -Wmissing-export-lists -Wpartial-fields -Wunused-packages -Wredundant-bang-patterns -Wredundant-strictness-flags + hs-source-dirs: tests + main-is: Tests.hs + + default-language: Haskell2010 + + other-modules: DynamicTest + , DynamicUTest + , DynamicSTest + , RankedTest + , RankedUTest + , RankedSTest + , ShapedTest + , ShapedUTest + , ShapedSTest + + ghc-options: + -Wall -rtsopts + + build-depends: + base, + deepseq, + orthotope, + vector, + HUnit >= 1.6.2 && < 1.7, + test-framework >= 0.8.2 && < 0.9, + test-framework-hunit >= 0.3.0 && < 0.4