releaser-0.3.0.2: Automation of Haskell package release process
Safe HaskellSafe-Inferred
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