packages feed

vcswrapper 0.1.2 → 0.1.3

raw patch · 1 files changed

+5/−5 lines, 1 filesdep ~basedep ~processPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependency ranges changed: base, process

API changes (from Hackage documentation)

- VCSWrapper.Common: author :: LogEntry -> Text
- VCSWrapper.Common: authorEmail :: Author -> Maybe Text
- VCSWrapper.Common: authorName :: Author -> Text
- VCSWrapper.Common: body :: LogEntry -> Text
- VCSWrapper.Common: commitID :: LogEntry -> Text
- VCSWrapper.Common: configAuthor :: Config -> Maybe Author
- VCSWrapper.Common: configCwd :: Config -> Maybe FilePath
- VCSWrapper.Common: configEnvironment :: Config -> [(Text, Text)]
- VCSWrapper.Common: configPath :: Config -> Maybe FilePath
- VCSWrapper.Common: date :: LogEntry -> Text
- VCSWrapper.Common: email :: LogEntry -> Text
- VCSWrapper.Common: mbBranch :: LogEntry -> Maybe Text
- VCSWrapper.Common: subject :: LogEntry -> Text
- VCSWrapper.Git: author :: LogEntry -> Text
- VCSWrapper.Git: authorEmail :: Author -> Maybe Text
- VCSWrapper.Git: authorName :: Author -> Text
- VCSWrapper.Git: body :: LogEntry -> Text
- VCSWrapper.Git: commitID :: LogEntry -> Text
- VCSWrapper.Git: configAuthor :: Config -> Maybe Author
- VCSWrapper.Git: configCwd :: Config -> Maybe FilePath
- VCSWrapper.Git: configEnvironment :: Config -> [(Text, Text)]
- VCSWrapper.Git: configPath :: Config -> Maybe FilePath
- VCSWrapper.Git: date :: LogEntry -> Text
- VCSWrapper.Git: email :: LogEntry -> Text
- VCSWrapper.Git: mbBranch :: LogEntry -> Maybe Text
- VCSWrapper.Git: subject :: LogEntry -> Text
- VCSWrapper.Mercurial: author :: LogEntry -> Text
- VCSWrapper.Mercurial: authorEmail :: Author -> Maybe Text
- VCSWrapper.Mercurial: authorName :: Author -> Text
- VCSWrapper.Mercurial: body :: LogEntry -> Text
- VCSWrapper.Mercurial: commitID :: LogEntry -> Text
- VCSWrapper.Mercurial: configAuthor :: Config -> Maybe Author
- VCSWrapper.Mercurial: configCwd :: Config -> Maybe FilePath
- VCSWrapper.Mercurial: configEnvironment :: Config -> [(Text, Text)]
- VCSWrapper.Mercurial: configPath :: Config -> Maybe FilePath
- VCSWrapper.Mercurial: date :: LogEntry -> Text
- VCSWrapper.Mercurial: email :: LogEntry -> Text
- VCSWrapper.Mercurial: mbBranch :: LogEntry -> Maybe Text
- VCSWrapper.Mercurial: subject :: LogEntry -> Text
- VCSWrapper.Svn: author :: LogEntry -> Text
- VCSWrapper.Svn: authorEmail :: Author -> Maybe Text
- VCSWrapper.Svn: authorName :: Author -> Text
- VCSWrapper.Svn: body :: LogEntry -> Text
- VCSWrapper.Svn: commitID :: LogEntry -> Text
- VCSWrapper.Svn: configAuthor :: Config -> Maybe Author
- VCSWrapper.Svn: configCwd :: Config -> Maybe FilePath
- VCSWrapper.Svn: configEnvironment :: Config -> [(Text, Text)]
- VCSWrapper.Svn: configPath :: Config -> Maybe FilePath
- VCSWrapper.Svn: date :: LogEntry -> Text
- VCSWrapper.Svn: email :: LogEntry -> Text
- VCSWrapper.Svn: mbBranch :: LogEntry -> Maybe Text
- VCSWrapper.Svn: subject :: LogEntry -> Text
+ VCSWrapper.Common: [authorEmail] :: Author -> Maybe Text
+ VCSWrapper.Common: [authorName] :: Author -> Text
+ VCSWrapper.Common: [author] :: LogEntry -> Text
+ VCSWrapper.Common: [body] :: LogEntry -> Text
+ VCSWrapper.Common: [commitID] :: LogEntry -> Text
+ VCSWrapper.Common: [configAuthor] :: Config -> Maybe Author
+ VCSWrapper.Common: [configCwd] :: Config -> Maybe FilePath
+ VCSWrapper.Common: [configEnvironment] :: Config -> [(Text, Text)]
+ VCSWrapper.Common: [configPath] :: Config -> Maybe FilePath
+ VCSWrapper.Common: [date] :: LogEntry -> Text
+ VCSWrapper.Common: [email] :: LogEntry -> Text
+ VCSWrapper.Common: [mbBranch] :: LogEntry -> Maybe Text
+ VCSWrapper.Common: [subject] :: LogEntry -> Text
+ VCSWrapper.Git: [authorEmail] :: Author -> Maybe Text
+ VCSWrapper.Git: [authorName] :: Author -> Text
+ VCSWrapper.Git: [author] :: LogEntry -> Text
+ VCSWrapper.Git: [body] :: LogEntry -> Text
+ VCSWrapper.Git: [commitID] :: LogEntry -> Text
+ VCSWrapper.Git: [configAuthor] :: Config -> Maybe Author
+ VCSWrapper.Git: [configCwd] :: Config -> Maybe FilePath
+ VCSWrapper.Git: [configEnvironment] :: Config -> [(Text, Text)]
+ VCSWrapper.Git: [configPath] :: Config -> Maybe FilePath
+ VCSWrapper.Git: [date] :: LogEntry -> Text
+ VCSWrapper.Git: [email] :: LogEntry -> Text
+ VCSWrapper.Git: [mbBranch] :: LogEntry -> Maybe Text
+ VCSWrapper.Git: [subject] :: LogEntry -> Text
+ VCSWrapper.Mercurial: [authorEmail] :: Author -> Maybe Text
+ VCSWrapper.Mercurial: [authorName] :: Author -> Text
+ VCSWrapper.Mercurial: [author] :: LogEntry -> Text
+ VCSWrapper.Mercurial: [body] :: LogEntry -> Text
+ VCSWrapper.Mercurial: [commitID] :: LogEntry -> Text
+ VCSWrapper.Mercurial: [configAuthor] :: Config -> Maybe Author
+ VCSWrapper.Mercurial: [configCwd] :: Config -> Maybe FilePath
+ VCSWrapper.Mercurial: [configEnvironment] :: Config -> [(Text, Text)]
+ VCSWrapper.Mercurial: [configPath] :: Config -> Maybe FilePath
+ VCSWrapper.Mercurial: [date] :: LogEntry -> Text
+ VCSWrapper.Mercurial: [email] :: LogEntry -> Text
+ VCSWrapper.Mercurial: [mbBranch] :: LogEntry -> Maybe Text
+ VCSWrapper.Mercurial: [subject] :: LogEntry -> Text
+ VCSWrapper.Svn: [authorEmail] :: Author -> Maybe Text
+ VCSWrapper.Svn: [authorName] :: Author -> Text
+ VCSWrapper.Svn: [author] :: LogEntry -> Text
+ VCSWrapper.Svn: [body] :: LogEntry -> Text
+ VCSWrapper.Svn: [commitID] :: LogEntry -> Text
+ VCSWrapper.Svn: [configAuthor] :: Config -> Maybe Author
+ VCSWrapper.Svn: [configCwd] :: Config -> Maybe FilePath
+ VCSWrapper.Svn: [configEnvironment] :: Config -> [(Text, Text)]
+ VCSWrapper.Svn: [configPath] :: Config -> Maybe FilePath
+ VCSWrapper.Svn: [date] :: LogEntry -> Text
+ VCSWrapper.Svn: [email] :: LogEntry -> Text
+ VCSWrapper.Svn: [mbBranch] :: LogEntry -> Maybe Text
+ VCSWrapper.Svn: [subject] :: LogEntry -> Text

Files

vcswrapper.cabal view
@@ -1,5 +1,5 @@ name: vcswrapper-version: 0.1.2+version: 0.1.3 cabal-version: >= 1.8 build-type: Simple license: GPL@@ -20,13 +20,13 @@  library     build-depends:-               base >=4.0.0.0 && <4.9,+               base >=4.0.0.0 && <4.10,                containers >=0.5.5.1 && <0.6,                directory >=1.1.0.0 && <1.3,                hxt >=9.1.2 && <9.4,                mtl >=2.0.1.0 && <2.3,                parsec >=3.1.1 && <3.2,-               process >=1.0.1.5 && <1.3,+               process >=1.0.1.5 && <1.5,                filepath >=1.2.0.0 && < 1.5,                split >=0.2.2 && <0.3,                text >=0.11.1.5 && <1.3@@ -44,13 +44,13 @@ executable vcswrapper     main-is: Main.hs     build-depends:-               base >=4.0.0.0 && <4.9,+               base >=4.0.0.0 && <4.10,                containers >=0.5.5.1 && <0.6,                directory >=1.1.0.0 && <1.3,                hxt >=9.1.2 && <9.4,                mtl >=2.0.1.0 && <2.3,                parsec >=3.1.1 && <3.2,-               process >=1.0.1.5 && <1.3,+               process >=1.0.1.5 && <1.5,                filepath >=1.2.0.0 && < 1.5,                split >=0.2.2 && <0.3,                text >=0.11.1.5 && <1.3