accelerate-utility 1.0 → 1.0.0.1
raw patch · 1 files changed
+4/−4 lines, 1 filesdep ~basePVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: base
API changes (from Hackage documentation)
- Data.Array.Accelerate.Utility.Lift.Acc: class (Arrays (Tuple pattern)) => Unlift pattern where type Unlifted pattern type Tuple pattern where {
+ Data.Array.Accelerate.Utility.Lift.Acc: class (Arrays (Tuple pattern)) => Unlift pattern where {
- Data.Array.Accelerate.Utility.Lift.Exp: class (Elt (Tuple pattern), Plain (Unlifted pattern) ~ Tuple pattern) => Unlift pattern where type Unlifted pattern type Tuple pattern where {
+ Data.Array.Accelerate.Utility.Lift.Exp: class (Elt (Tuple pattern), Plain (Unlifted pattern) ~ Tuple pattern) => Unlift pattern where {
- Data.Array.Accelerate.Utility.Lift.Run: class (Arrays (Packed a)) => Argument a where type Packed a type Unpacked a where {
+ Data.Array.Accelerate.Utility.Lift.Run: class (Arrays (Packed a)) => Argument a where {
- Data.Array.Accelerate.Utility.Lift.Run: class C f where type Arguments a f type Result f type Plain f where {
+ Data.Array.Accelerate.Utility.Lift.Run: class C f where {
- Data.Array.Accelerate.Utility.Lift.Run: with1 :: (C f, Arrays a) => ((Acc (Arguments a f) -> Acc (Result f)) -> (Arguments a f -> Result f)) -> (Acc a -> f) -> a -> Plain f
+ Data.Array.Accelerate.Utility.Lift.Run: with1 :: (C f, (Arrays a)) => ((Acc (Arguments a f) -> Acc (Result f)) -> (Arguments a f -> Result f)) -> (Acc a -> f) -> a -> Plain f
Files
- accelerate-utility.cabal +4/−4
accelerate-utility.cabal view
@@ -1,5 +1,5 @@ Name: accelerate-utility-Version: 1.0+Version: 1.0.0.1 License: BSD3 License-File: LICENSE Author: Henning Thielemann <haskell@henning-thielemann.de>@@ -11,11 +11,11 @@ Several utility functions on top of the Accelerate framework. The functions simplify working with indices and lifting and unlifting. Tested-With: GHC==7.8.3-Cabal-Version: >=1.14+Cabal-Version: 1.14 Build-Type: Simple Source-Repository this- Tag: 1.0+ Tag: 1.0.0.1 Type: darcs Location: http://hub.darcs.net/thielema/accelerate-utility/ @@ -27,7 +27,7 @@ Build-Depends: accelerate >=1.0 && <1.2, utility-ht >=0.0.8 && <0.1,- base >=4.5 && <4.11+ base >=4.5 && <5 GHC-Options: -Wall -fwarn-missing-import-lists Hs-Source-Dirs: src