Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Spago.Git
Synopsis
- requireCleanWorkingTree :: HasLogFunc env => RIO env ()
- hasCleanWorkingTree :: HasLogFunc env => RIO env Bool
- getAllTags :: HasGit env => RIO env [Text]
- commitAndTag :: HasGit env => Text -> Text -> RIO env ()
- isIgnored :: HasGit env => Text -> RIO env Bool
Documentation
requireCleanWorkingTree :: HasLogFunc env => RIO env () #
hasCleanWorkingTree :: HasLogFunc env => RIO env Bool #
getAllTags :: HasGit env => RIO env [Text] #