gitlib-sample 2.0.1.0 → 2.1.0.0
raw patch · 2 files changed
+6/−9 lines, 2 filesdep −system-filepathdep ~gitlibPVP ok
version bump matches the API change (PVP)
Dependencies removed: system-filepath
Dependency ranges changed: gitlib
API changes (from Hackage documentation)
Files
- Git/Sample.hs +1/−3
- gitlib-sample.cabal +5/−6
Git/Sample.hs view
@@ -23,8 +23,6 @@ import Control.Monad.IO.Class import Control.Monad.Trans.Class import Control.Monad.Trans.Reader-import Filesystem.Path.CurrentOS as F-import Prelude hiding (FilePath) import qualified Git data Void@@ -124,6 +122,6 @@ closeSampleRepository = const (return ()) defaultSampleOptions :: Git.RepositoryOptions-defaultSampleOptions = Git.RepositoryOptions F.empty False False+defaultSampleOptions = Git.RepositoryOptions "" False False -- Sample.hs
gitlib-sample.cabal view
@@ -1,5 +1,5 @@ Name: gitlib-sample-Version: 2.0.1.0+Version: 2.1.0.0 Synopsis: Sample backend for gitlib showing the basic structure for any backend. License-file: LICENSE License: MIT@@ -22,9 +22,9 @@ -- Hs-source-dirs: test -- Build-depends: -- base >=3--- , gitlib >= 2.0.0.0--- , gitlib-test >= 2.0.0.0--- , gitlib-sample >= 2.0.0.0+-- , gitlib >= 2.1.0.0+-- , gitlib-test >= 2.1.0.0+-- , gitlib-sample >= 2.1.0.0 -- , HUnit >= 1.2.5 -- , hspec >= 1.4.4 -- , hspec-expectations >= 0.3@@ -34,9 +34,8 @@ ghc-options: -Wall build-depends: base >= 3 && < 5- , gitlib >= 2.0.1.0+ , gitlib >= 2.1.0.0 , failure >= 0.2.0.1- , system-filepath >= 0.4.7 , tagged >= 0.2.3.1 , transformers >= 0.3.0.0 exposed-modules: