packages feed

haskelldb-th-1.0: haskelldb-th.cabal

Name: haskelldb-th
Version: 1.0
Cabal-version: >= 1.2
Build-type: Simple
Homepage: http://patch-tag.com/publicrepos/haskelldb-th
Copyright: The authors
Maintainer: jgbailey@gmail.com
Category: Database
License-File: LICENSE
Author: "Justin Bailey " <jgbailey@gmail.com>
License: BSD3
Synopsis: Template Haskell utilities for HaskellDB.
Description: 
  Utility functions that make defining tables, fields, and queries in
  HaskellDB simpler.
  
Flag split-base

Library
  Build-depends: mtl
  Build-depends: base >= 3.0, haskelldb >= 0.11, template-haskell >= 2.2.0.0
  Extensions:
    TemplateHaskell
  Exposed-Modules:
        Database.HaskellDB.CodeGen
  Hs-source-dirs: src
  ghc-options: -O2