cloudi 1.7.2 → 1.7.3
raw patch · 2 files changed
+3/−3 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- LICENSE +1/−1
- cloudi.cabal +2/−2
LICENSE view
@@ -1,6 +1,6 @@ MIT License -Copyright (c) 2017 Michael Truog <mjtruog at gmail dot com> +Copyright (c) 2017-2018 Michael Truog <mjtruog at gmail dot com> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"),
cloudi.cabal view
@@ -1,5 +1,5 @@ name: cloudi-version: 1.7.2+version: 1.7.3 synopsis: Haskell CloudI API description: Haskell CloudI API homepage: https://github.com/CloudI/cloudi_api_haskell@@ -7,7 +7,7 @@ license-file: LICENSE author: Michael Truog maintainer: mjtruog@gmail.com-copyright: 2017 Michael Truog+copyright: 2017-2018 Michael Truog category: Foreign stability: provisional build-type: Simple