note about :{ :} and added category

This commit is contained in:
Chris Allen 2014-04-13 20:34:01 -05:00
parent e9ba754806
commit ad3c1b8258
2 changed files with 4 additions and 1 deletions

View File

@ -23,6 +23,9 @@ Bloodhound is alpha at the moment. The library works fine, but I don't want to m
-- Formatted for use in ghci, so there are "let"s in front of the decls.
-- if you see :{ and :}, they're so you can copy-paste
-- the multi-line examples into your ghci REPL.
:set -XDeriveGeneric
import Database.Bloodhound.Client
import Data.Aeson

View File

@ -11,7 +11,7 @@ license-file: LICENSE
author: Chris Allen
maintainer: cma@bitemyapp.com
copyright: 2014, Chris Allen
category: Database
category: Database, Search
build-type: Simple
cabal-version: >=1.10