diff options
author | lortabac <> | 2018-11-08 11:56:00 (GMT) |
---|---|---|
committer | hdiff <hdiff@hdiff.luite.com> | 2018-11-08 11:56:00 (GMT) |
commit | c66ee429825f241be71d136d5c35dec6c6b20ea6 (patch) | |
tree | 82d0d3e46a56e44842df8b2e072307a6f4afdb2d | |
parent | 19bc74ed894769382c710f6301b0157bbb19c29c (diff) |
version 0.3.0.10.3.0.1
-rw-r--r-- | versioning.cabal | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/versioning.cabal b/versioning.cabal index 032cd3a..665fc9a 100644 --- a/versioning.cabal +++ b/versioning.cabal @@ -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 @@ library , 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 @@ test-suite tests 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 |