versioning-servant 0.1.0.0 → 0.1.0.1
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- versioning-servant.cabal +3/−3
versioning-servant.cabal view
@@ -1,5 +1,5 @@ name: versioning-servant-version: 0.1.0.0+version: 0.1.0.1 synopsis: Servant combinators for the versioning library. description: This package provides Servant combinators to be used with the 'versioning' library.@@ -16,7 +16,7 @@ library exposed-modules: Versioning.Servant- build-depends: base >=4.10 && <4.12+ build-depends: base >=4.10 && <5 , aeson >=1.0 && <1.5 , attoparsec , bytestring >=0.10 && <0.11@@ -31,7 +31,7 @@ type: exitcode-stdio-1.0 main-is: Main.hs other-modules: Tests.Versioning.Servant.Fixtures- build-depends: base >=4.10 && <4.12+ build-depends: base >=4.10 && <5 , aeson >=1.0 && <1.5 , bytestring >=0.10 && <0.11 , hspec >=2.0 && <2.6