packages feed

Cabal revisions of repa-3.4.1.4

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

revision 1
-Name:                repa-Version:             3.4.1.4-License:             BSD3-License-file:        LICENSE-Author:              The DPH Team-Maintainer:          Ben Lippmeier <benl@ouroborus.net>-Build-Type:          Simple-Cabal-Version:       >=1.6-Stability:           experimental-Category:            Data Structures-Homepage:            http://repa.ouroborus.net-Bug-reports:         http://groups.google.com/d/forum/haskell-repa-Description:-        Repa provides high performance, regular, multi-dimensional, shape polymorphic-        parallel arrays. All numeric data is stored unboxed. Functions written with-        the Repa combinators are automatically parallel provided you supply-        +RTS -Nwhatever on the command line when running the program.--Synopsis:-        High performance, regular, shape polymorphic parallel arrays.--Library-  Build-Depends:-        base                 >= 4.8 && < 4.13-      , template-haskell-      , ghc-prim-      , vector               >= 0.11 && < 0.13-      , bytestring           == 0.10.*-      , QuickCheck           >= 2.8 && < 2.12--  ghc-options:-        -Wall-        -O2-        -fmax-simplifier-iterations=20-        -fsimplifier-phases=3-        -funbox-strict-fields-        -fno-warn-missing-signatures--  if impl(ghc >= 8.0)-    ghc-options: -fno-cpr-anal-  else-    ghc-options: -fcpr-off--  extensions:-        NoMonomorphismRestriction-        ExplicitForAll-        EmptyDataDecls-        BangPatterns-        TypeFamilies-        MultiParamTypeClasses-        FlexibleInstances-        FlexibleContexts-        StandaloneDeriving-        ScopedTypeVariables-        PatternGuards-        ExistentialQuantification--  Exposed-modules:-        Data.Array.Repa.Eval.Gang-        Data.Array.Repa.Operators.IndexSpace-        Data.Array.Repa.Operators.Interleave-        Data.Array.Repa.Operators.Mapping-        Data.Array.Repa.Operators.Reduction-        Data.Array.Repa.Operators.Selection-        Data.Array.Repa.Operators.Traversal-        Data.Array.Repa.Repr.ByteString-        Data.Array.Repa.Repr.Cursored-        Data.Array.Repa.Repr.Delayed-        Data.Array.Repa.Repr.ForeignPtr-        Data.Array.Repa.Repr.HintSmall-        Data.Array.Repa.Repr.HintInterleave-        Data.Array.Repa.Repr.Partitioned-        Data.Array.Repa.Repr.Unboxed-        Data.Array.Repa.Repr.Undefined-        Data.Array.Repa.Repr.Vector-        Data.Array.Repa.Specialised.Dim2-        Data.Array.Repa.Stencil.Dim2-        Data.Array.Repa.Arbitrary-        Data.Array.Repa.Eval-        Data.Array.Repa.Index-        Data.Array.Repa.Shape-        Data.Array.Repa.Slice-        Data.Array.Repa.Stencil-        Data.Array.Repa.Unsafe-        Data.Array.Repa--  Other-modules:-        Data.Array.Repa.Eval.Chunked-        Data.Array.Repa.Eval.Cursored-        Data.Array.Repa.Eval.Interleaved-        Data.Array.Repa.Eval.Elt-        Data.Array.Repa.Eval.Target-        Data.Array.Repa.Eval.Load-        Data.Array.Repa.Eval.Reduction-        Data.Array.Repa.Eval.Selection-        Data.Array.Repa.Stencil.Base-        Data.Array.Repa.Stencil.Template-        Data.Array.Repa.Stencil.Partition-        Data.Array.Repa.Base---- vim: nospell+Name:                repa
+Version:             3.4.1.4
+x-revision: 1
+License:             BSD3
+License-file:        LICENSE
+Author:              The DPH Team
+Maintainer:          Ben Lippmeier <benl@ouroborus.net>
+Build-Type:          Simple
+Cabal-Version:       >=1.6
+Stability:           experimental
+Category:            Data Structures
+Homepage:            http://repa.ouroborus.net
+Bug-reports:         http://groups.google.com/d/forum/haskell-repa
+Description:
+        Repa provides high performance, regular, multi-dimensional, shape polymorphic
+        parallel arrays. All numeric data is stored unboxed. Functions written with
+        the Repa combinators are automatically parallel provided you supply
+        +RTS -Nwhatever on the command line when running the program.
+
+Synopsis:
+        High performance, regular, shape polymorphic parallel arrays.
+
+Library
+  Build-Depends:
+        base                 >= 4.8 && < 4.13
+      , template-haskell
+      , ghc-prim
+      , vector               >= 0.11 && < 0.13
+      , bytestring           == 0.10.*
+      , QuickCheck           >= 2.8 && < 2.13
+
+  ghc-options:
+        -Wall
+        -O2
+        -fmax-simplifier-iterations=20
+        -fsimplifier-phases=3
+        -funbox-strict-fields
+        -fno-warn-missing-signatures
+
+  if impl(ghc >= 8.0)
+    ghc-options: -fno-cpr-anal
+  else
+    ghc-options: -fcpr-off
+
+  extensions:
+        NoMonomorphismRestriction
+        ExplicitForAll
+        EmptyDataDecls
+        BangPatterns
+        TypeFamilies
+        MultiParamTypeClasses
+        FlexibleInstances
+        FlexibleContexts
+        StandaloneDeriving
+        ScopedTypeVariables
+        PatternGuards
+        ExistentialQuantification
+
+  Exposed-modules:
+        Data.Array.Repa.Eval.Gang
+        Data.Array.Repa.Operators.IndexSpace
+        Data.Array.Repa.Operators.Interleave
+        Data.Array.Repa.Operators.Mapping
+        Data.Array.Repa.Operators.Reduction
+        Data.Array.Repa.Operators.Selection
+        Data.Array.Repa.Operators.Traversal
+        Data.Array.Repa.Repr.ByteString
+        Data.Array.Repa.Repr.Cursored
+        Data.Array.Repa.Repr.Delayed
+        Data.Array.Repa.Repr.ForeignPtr
+        Data.Array.Repa.Repr.HintSmall
+        Data.Array.Repa.Repr.HintInterleave
+        Data.Array.Repa.Repr.Partitioned
+        Data.Array.Repa.Repr.Unboxed
+        Data.Array.Repa.Repr.Undefined
+        Data.Array.Repa.Repr.Vector
+        Data.Array.Repa.Specialised.Dim2
+        Data.Array.Repa.Stencil.Dim2
+        Data.Array.Repa.Arbitrary
+        Data.Array.Repa.Eval
+        Data.Array.Repa.Index
+        Data.Array.Repa.Shape
+        Data.Array.Repa.Slice
+        Data.Array.Repa.Stencil
+        Data.Array.Repa.Unsafe
+        Data.Array.Repa
+
+  Other-modules:
+        Data.Array.Repa.Eval.Chunked
+        Data.Array.Repa.Eval.Cursored
+        Data.Array.Repa.Eval.Interleaved
+        Data.Array.Repa.Eval.Elt
+        Data.Array.Repa.Eval.Target
+        Data.Array.Repa.Eval.Load
+        Data.Array.Repa.Eval.Reduction
+        Data.Array.Repa.Eval.Selection
+        Data.Array.Repa.Stencil.Base
+        Data.Array.Repa.Stencil.Template
+        Data.Array.Repa.Stencil.Partition
+        Data.Array.Repa.Base
+
+-- vim: nospell
revision 2
 Name:                repa
 Version:             3.4.1.4
-x-revision: 1
+x-revision: 2
 License:             BSD3
 License-file:        LICENSE
 Author:              The DPH Team
       , ghc-prim
       , vector               >= 0.11 && < 0.13
       , bytestring           == 0.10.*
-      , QuickCheck           >= 2.8 && < 2.13
+      , QuickCheck           >= 2.8 && < 2.14
 
   ghc-options:
         -Wall
revision 3
 Name:                repa
 Version:             3.4.1.4
-x-revision: 2
+x-revision: 3
 License:             BSD3
 License-file:        LICENSE
 Author:              The DPH Team
 
 Library
   Build-Depends:
-        base                 >= 4.8 && < 4.13
+        base                 >= 4.8 && < 4.14
       , template-haskell
       , ghc-prim
       , vector               >= 0.11 && < 0.13
revision 4
 Name:                repa
 Version:             3.4.1.4
-x-revision: 3
+x-revision: 4
 License:             BSD3
 License-file:        LICENSE
 Author:              The DPH Team
 
 Library
   Build-Depends:
-        base                 >= 4.8 && < 4.14
+        base                 >= 4.8 && < 4.15
       , template-haskell
       , ghc-prim
       , vector               >= 0.11 && < 0.13
revision 5
 Name:                repa
 Version:             3.4.1.4
-x-revision: 4
+x-revision: 5
 License:             BSD3
 License-file:        LICENSE
 Author:              The DPH Team
       , ghc-prim
       , vector               >= 0.11 && < 0.13
       , bytestring           == 0.10.*
-      , QuickCheck           >= 2.8 && < 2.14
+      , QuickCheck           >= 2.8 && < 2.15
 
   ghc-options:
         -Wall
revision 6
 Name:                repa
 Version:             3.4.1.4
-x-revision: 5
+x-revision: 6
 License:             BSD3
 License-file:        LICENSE
 Author:              The DPH Team
       , template-haskell
       , ghc-prim
       , vector               >= 0.11 && < 0.13
-      , bytestring           == 0.10.*
+      , bytestring           >= 0.10 && < 0.11
       , QuickCheck           >= 2.8 && < 2.15
 
   ghc-options:
revision 7
 Name:                repa
 Version:             3.4.1.4
-x-revision: 6
+x-revision: 7
 License:             BSD3
 License-file:        LICENSE
 Author:              The DPH Team
       , template-haskell
       , ghc-prim
       , vector               >= 0.11 && < 0.13
-      , bytestring           >= 0.10 && < 0.11
+      , bytestring           >= 0.10 && < 0.12
       , QuickCheck           >= 2.8 && < 2.15
 
   ghc-options:
revision 8
 Name:                repa
 Version:             3.4.1.4
-x-revision: 7
+x-revision: 8
 License:             BSD3
 License-file:        LICENSE
 Author:              The DPH Team
 
 Library
   Build-Depends:
-        base                 >= 4.8 && < 4.15
+        base                 >= 4.8 && < 4.16
       , template-haskell
       , ghc-prim
       , vector               >= 0.11 && < 0.13
revision 9
 Name:                repa
 Version:             3.4.1.4
-x-revision: 8
+x-revision: 9
 License:             BSD3
 License-file:        LICENSE
 Author:              The DPH Team
 
 Library
   Build-Depends:
-        base                 >= 4.8 && < 4.16
+        base                 >= 4.8 && < 4.17
       , template-haskell
       , ghc-prim
       , vector               >= 0.11 && < 0.13