indexation 0.4.1 → 0.4.2
raw patch · 2 files changed
+2/−1 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
+ Indexation.Data: data IndexTable entity
Files
- indexation.cabal +1/−1
- library/Indexation/Data.hs +1/−0
indexation.cabal view
@@ -1,5 +1,5 @@ name: indexation-version: 0.4.1+version: 0.4.2 category: Data synopsis: Tools for entity indexation description: A set of tools for indexing entities
library/Indexation/Data.hs view
@@ -2,6 +2,7 @@ ( Index(..), EntityTable,+ IndexTable, Indexer, lookupEntity, lookupIndex,