mellon-core 0.7.1.0 → 0.7.1.1
raw patch · 8 files changed
+24/−20 lines, 8 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- LICENSE +2/−2
- README.md +1/−1
- changelog.md +4/−0
- mellon-core.cabal +9/−9
- src/Mellon/Controller.hs +2/−2
- src/Mellon/Controller/Async.hs +2/−2
- src/Mellon/Device.hs +2/−2
- src/Mellon/StateMachine.hs +2/−2
LICENSE view
@@ -1,4 +1,4 @@-Copyright (c) 2016, Drew Hess+Copyright (c) 2017, Quixoftic, LLC All rights reserved. @@ -13,7 +13,7 @@ disclaimer in the documentation and/or other materials provided with the distribution. - * Neither the name of Drew Hess nor the names of other+ * Neither the name of Quixoftic, LLC, nor the names of other contributors may be used to endorse or promote products derived from this software without specific prior written permission.
README.md view
@@ -26,4 +26,4 @@ of higher-level packages which use the base `mellon-core` package (e.g., `mellon-web`). -[](https://travis-ci.org/dhess/mellon)+[](https://travis-ci.org/quixoftic/mellon)
changelog.md view
@@ -1,3 +1,7 @@+## 0.7.1.1 (2017-05-24)++No changes; copyright has been assigned to Quixoftic, LLC.+ ## 0.7.1.0 (2017-04-28) - Bump hspec, QuickCheck upper bounds.
mellon-core.cabal view
@@ -1,15 +1,15 @@ Name: mellon-core-Version: 0.7.1.0+Version: 0.7.1.1 Cabal-Version: >= 1.10 Build-Type: Simple-Author: Drew Hess <src@drewhess.com>-Maintainer: Drew Hess <src@drewhess.com>-Homepage: https://github.com/dhess/mellon/-Bug-Reports: https://github.com/dhess/mellon/issues/+Author: Drew Hess <dhess-src@quixoftic.com>+Maintainer: Drew Hess <dhess-src@quixoftic.com>+Homepage: https://github.com/quixoftic/mellon/+Bug-Reports: https://github.com/quixoftic/mellon/issues/ Stability: experimental License: BSD3 License-File: LICENSE-Copyright: Copyright (c) 2016, Drew Hess+Copyright: Copyright (c) 2017, Quixoftic, LLC Tested-With: GHC == 7.10.3, GHC == 8.0.1, GHC == 8.0.2 Category: System Synopsis: Control physical access devices@@ -199,9 +199,9 @@ Source-Repository head Type: git- Location: git://github.com/dhess/mellon.git+ Location: git://github.com/quixoftic/mellon.git Source-Repository this Type: git- Location: git://github.com/dhess/mellon.git- Tag: v0.7.1.0+ Location: git://github.com/quixoftic/mellon.git+ Tag: v0.7.1.1
src/Mellon/Controller.hs view
@@ -1,9 +1,9 @@ {-| Module : Mellon.Controller Description : The default @mellon-core@ controller-Copyright : (c) 2016, Drew Hess+Copyright : (c) 2017, Quixoftic, LLC License : BSD3-Maintainer : Drew Hess <src@drewhess.com>+Maintainer : Drew Hess <dhess-src@quixoftic.com> Stability : experimental Portability : non-portable
src/Mellon/Controller/Async.hs view
@@ -1,9 +1,9 @@ {-| Module : Mellon.Controller.Async Description : An asynchronous @mellon-core@ controller-Copyright : (c) 2016, Drew Hess+Copyright : (c) 2017, Quixoftic, LLC License : BSD3-Maintainer : Drew Hess <src@drewhess.com>+Maintainer : Drew Hess <dhess-src@quixoftic.com> Stability : experimental Portability : non-portable
src/Mellon/Device.hs view
@@ -1,9 +1,9 @@ {-| Module : Mellon.Device Description : An interface for physical access devices-Copyright : (c) 2016, Drew Hess+Copyright : (c) 2017, Quixoftic, LLC License : BSD3-Maintainer : Drew Hess <src@drewhess.com>+Maintainer : Drew Hess <dhess-src@quixoftic.com> Stability : experimental Portability : non-portable
src/Mellon/StateMachine.hs view
@@ -1,9 +1,9 @@ {-| Module : Mellon.StateMachine Description : The @mellon-core@ state machine-Copyright : (c) 2016, Drew Hess+Copyright : (c) 2017, Quixoftic, LLC License : BSD3-Maintainer : Drew Hess <src@drewhess.com>+Maintainer : Drew Hess <dhess-src@quixoftic.com> Stability : experimental Portability : non-portable