happstack-ixset 0.5.0 → 0.5.0.1
raw patch · 1 files changed
+2/−2 lines, 1 files
Files
- happstack-ixset.cabal +2/−2
happstack-ixset.cabal view
@@ -1,5 +1,5 @@ Name: happstack-ixset-Version: 0.5.0+Version: 0.5.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. License: BSD3@@ -66,9 +66,9 @@ Executable happstack-ixset-tests Main-Is: Test.hs GHC-Options: -threaded- Build-Depends: QuickCheck >= 2 && <3, HUnit hs-source-dirs: tests, src if flag(tests) Buildable: True+ Build-Depends: QuickCheck >= 2 && <3, HUnit else Buildable: False