releaser-0.1.0.0: Automation of Haskell package release process

Safe HaskellNone
LanguageHaskell2010

Releaser.Primitives

Synopsis

Documentation

data CabalInfo Source #

Constructors

CabalInfo 

Fields

cabalRead :: FilePath -> IO CabalInfo Source #

Given a folder, find a Cabal file and read the package version

cabalWriteVersion :: FilePath -> String -> IO () Source #

Given a folder, find a Cabal file and update the package version