versioning 0.3.0.0 → 0.3.0.1
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~base
Dependency ranges changed: base
Files
- versioning.cabal +3/−3
versioning.cabal view
@@ -1,5 +1,5 @@ name: versioning-version: 0.3.0.0+version: 0.3.0.1 synopsis: Type-safe data versioning. description: This package provides various tools to deal with data versioning in a type-safe way.@@ -21,7 +21,7 @@ , Versioning.Upgrade , Versioning.JSON other-modules: Versioning.Internal.Equality- build-depends: base >=4.10 && <4.12+ build-depends: base >=4.10 && <5 , aeson >=1.0 && <1.5 , bytestring >=0.10 && <0.11 , semigroupoids >=5 && <6@@ -33,7 +33,7 @@ type: exitcode-stdio-1.0 main-is: Main.hs other-modules: Tests.Versioning.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