IndexedList 0.1.0.0 → 0.1.0.1
raw patch · 1 files changed
+2/−2 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- IndexedList.cabal +2/−2
IndexedList.cabal view
@@ -2,8 +2,8 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: IndexedList-version: 0.1.0.0-synopsis: Length-indexed and element-indexed lists which sit somewhere between homogeneous and fully heterogeneous lists.+version: 0.1.0.1+synopsis: Length- and element-indexed lists sitting somewhere between homogeneous and fully heterogeneous. description: This library implements /counted lists/ linked to type-level naturals indexing length, compatible with the Peano natural numbers found in "Data.Numeric.Witness.Peano", as well as so-called /conic lists/, which are linked to a type index listing the type indices of partially-heterogeneous values contained within. license: BSD3 license-file: LICENSE