comfort-array 0.0.1 → 0.0.1.1
raw patch · 2 files changed
+3/−3 lines, 2 filesPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
API changes (from Hackage documentation)
- Data.Array.Comfort.Shape: instance (GHC.Classes.Eq sh1, GHC.Classes.Eq sh0) => GHC.Classes.Eq (sh0 Data.Array.Comfort.Shape.:+: sh1)
- Data.Array.Comfort.Shape: instance (GHC.Show.Show sh1, GHC.Show.Show sh0) => GHC.Show.Show (sh0 Data.Array.Comfort.Shape.:+: sh1)
+ Data.Array.Comfort.Shape: instance (GHC.Classes.Eq sh0, GHC.Classes.Eq sh1) => GHC.Classes.Eq (sh0 Data.Array.Comfort.Shape.:+: sh1)
+ Data.Array.Comfort.Shape: instance (GHC.Show.Show sh0, GHC.Show.Show sh1) => GHC.Show.Show (sh0 Data.Array.Comfort.Shape.:+: sh1)
Files
comfort-array.cabal view
@@ -1,5 +1,5 @@ Name: comfort-array-Version: 0.0.1+Version: 0.0.1.1 License: BSD3 License-File: LICENSE Author: Henning Thielemann <haskell@henning-thielemann.de>@@ -45,7 +45,7 @@ Build-Type: Simple Source-Repository this- Tag: 0.0.1+ Tag: 0.0.1.1 Type: darcs Location: http://hub.darcs.net/thielema/comfort-array/
src/Data/Array/Comfort/Shape.hs view
@@ -73,7 +73,7 @@ uncheckedSize (ZeroBased len) = fromIntegral len {- |-'OneBased' denotes a range starting at zero and has a certain length.+'OneBased' denotes a range starting at one and has a certain length. -} newtype OneBased n = OneBased {oneBasedSize :: n} deriving (Eq, Show)