packages feed

rivet-core-0.1.0.0: rivet-core.cabal

-- Initial rivet.cabal generated by cabal init.  For further documentation,
--  see http://haskell.org/cabal/users-guide/

name:                rivet-core
version:             0.1.0.0
synopsis: Core library for project management tool.
-- description:
homepage:            https://github.com/dbp/rivet
license:             BSD3
license-file:        LICENSE
author:              Daniel Patterson
maintainer:          dbp@dbpmail.net
-- copyright:
category:            Web
build-type:          Simple
-- extra-source-files:
cabal-version:       >=1.10

library
  hs-source-dirs:      src
  exposed-modules:
                  Rivet.Main
                , Rivet.Common
                , Rivet.Tasks
                , Rivet.TH
                , Rivet.Rules
  build-depends:       base >=4.7 && <5
                     , directory >= 1.2.1.0
                     , shake
                     , configurator >= 0.3.0.0
                     , text
                     , process
                     , time >= 1.5 && < 1.6
                     , unordered-containers
                     , template-haskell
                     , directory
                     , directory-tree
                     , filepath
                     , postgresql-simple
  default-language:    Haskell2010