vcswrapper 0.1.4 → 0.1.5
raw patch · 2 files changed
+3/−1 lines, 2 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- src/VCSWrapper/Git/Safe.hs +2/−0
- vcswrapper.cabal +1/−1
src/VCSWrapper/Git/Safe.hs view
@@ -34,6 +34,8 @@ , module VCSWrapper.Git.Types ) where +import Control.Applicative+import Prelude import System.Directory import Control.Monad.Trans
vcswrapper.cabal view
@@ -1,5 +1,5 @@ name: vcswrapper-version: 0.1.4+version: 0.1.5 cabal-version: >=1.8 build-type: Simple license: GPL