rivet-0.1.0.0: rivet.cabal
name: rivet
version: 0.1.0.0
synopsis: A project management tool for Haskell applications.
-- 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
executable rivet
main-is: src/Main.hs
build-depends: base >=4.7 && <5
, rivet-core >= 0.1.0.0
, rivet-simple-deploy >= 0.1.0.0
default-language: Haskell2010