ixset 1.0.0 → 1.0.1
raw patch · 1 files changed
+2/−7 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- ixset.cabal +2/−7
ixset.cabal view
@@ -1,13 +1,8 @@ Name: ixset-Version: 1.0.0+Version: 1.0.1 Synopsis: Efficient relational queries on Haskell sets. Description: - Just pick which parts of your data structures you want indexed- using an easy to use template-haskell function. Spare yourself the- need to write, run, and maintain code that marshalls your data- to/from an external relational database just for efficient- queries. happstack-ixset relies on generics and TH to spare you- the boilerplate normally required for such tasks.+ Create and query sets that are indexed by multiple indices. License: BSD3 License-file: COPYING Author: Happstack team, HAppS LLC