packages feed

happstack-ixset 0.3.1 → 0.3.2

raw patch · 1 files changed

+3/−3 lines, 1 filesdep ~happstack-datadep ~happstack-utilPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: happstack-data, happstack-util

API changes (from Hackage documentation)

Files

happstack-ixset.cabal view
@@ -1,5 +1,5 @@ Name:                happstack-ixset-Version:             0.3.1+Version:             0.3.2 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.  License:             BSD3@@ -29,8 +29,8 @@     Build-Depends:     base < 4    Build-Depends:       containers,-                       happstack-data >= 0.3.1 && < 0.4,-                       happstack-util >= 0.3.1 && < 0.4,+                       happstack-data >= 0.3.2 && < 0.4,+                       happstack-util >= 0.3.2 && < 0.4,                        mtl,                        syb-with-class,                        template-haskell