name: rivet-simple-deploy
version: 0.1.0.0
synopsis: Basic deployment support 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:
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
library
exposed-modules:
Rivet.Lib.SimpleDeploy
-- other-modules:
-- other-extensions:
build-depends: base >=4.7 && <5
, rivet-core
, mtl
, configurator
, text
hs-source-dirs: src
default-language: Haskell2010