packages feed

mellon-core 0.7.0.0 → 0.7.0.1

raw patch · 3 files changed

+16/−10 lines, 3 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

README.md view
@@ -1,15 +1,14 @@ # mellon-core -<em>"Speak, friend, and enter."</em>+*"Speak, friend, and enter."*  `mellon-core` is a Haskell package for controlling physical access devices designed for human factors, e.g., electric strikes. The access control protocol is quite simple: a device is either locked, or it is-unlocked until a particular date and time (an <em>expiration-date</em>). Once the expiration date passes, the device is-automatically locked again. In the meantime, the device can be locked-immediately, overriding the unlocked state; or the unlock period can-be extended.+unlocked until a particular date and time (an *expiration date*). Once+the expiration date passes, the device is automatically locked again.+In the meantime, the device can be locked immediately, overriding the+unlocked state; or the unlock period can be extended.  User programs incorporate `mellon-core` functionality via a `Controller`, which is responsible for handling user lock and unlock@@ -26,3 +25,5 @@ network services for interacting with controllers; that is the domain of higher-level packages which use the base `mellon-core` package (e.g., `mellon-web`).++[![Travis CI build status](https://travis-ci.org/dhess/mellon.svg?branch=v0.7.0)](https://travis-ci.org/dhess/mellon)
changelog.md view
@@ -1,3 +1,7 @@+## 0.7.0.1 (2016-06-13)++- Packaging fixes only.+ ## 0.7.0.0 (2016-06-02)  Initial release.
mellon-core.cabal view
@@ -1,5 +1,5 @@ Name:                   mellon-core-Version:                0.7.0.0+Version:                0.7.0.1 Cabal-Version:          >= 1.10 Build-Type:             Simple Author:                 Drew Hess <src@drewhess.com>@@ -14,7 +14,7 @@ Category:               System Synopsis:               Control physical access devices Description:-  "Speak, friend, and enter."+  /Speak, friend, and enter./   .   @mellon-core@ is a Haskell package for controlling physical access   devices designed for human factors, e.g., electric strikes. The@@ -41,7 +41,7 @@   domain of higher-level packages which use the base @mellon-core@   package (e.g., @mellon-web@).   .-  == On the use of UTC dates for timers+  /On the use of UTC dates for timers/   .   @mellon-core@ uses UTC dates for unlock expiration, rather than a   time delta or a monotonic clock. You might disagree with this@@ -204,4 +204,5 @@ Source-Repository this   Type:                 git   Location:             git://github.com/dhess/mellon.git-  Tag:                  v0.7.0.0+  Branch:               v0.7.0+  Tag:                  v0.7.0.1a