packages feed

lackey 1.0.0 → 1.0.1

raw patch · 3 files changed

+17/−19 lines, 3 filesdep ~servantdep ~servant-foreignPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: servant, servant-foreign

API changes (from Hackage documentation)

Files

LICENSE.md view
@@ -1,13 +1,13 @@-[The MIT License (MIT)][]+MIT License -Copyright (c) 2017 Taylor Fausak+Copyright (c) 2018 Taylor Fausak -Permission is hereby granted, free of charge, to any person obtaining a copy of-this software and associated documentation files (the "Software"), to deal in-the Software without restriction, including without limitation the rights to-use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies-of the Software, and to permit persons to whom the Software is furnished to do-so, subject to the following conditions:+Permission is hereby granted, free of charge, to any person obtaining a copy+of this software and associated documentation files (the "Software"), to deal+in the Software without restriction, including without limitation the rights+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell+copies of the Software, and to permit persons to whom the Software is+furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.@@ -19,5 +19,3 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.--[The MIT License (MIT)]: https://opensource.org/licenses/MIT
lackey.cabal view
@@ -2,10 +2,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 3952f4de9a5d41a0f9fca5ab2141910abf58a8129d96068f929474f7d495452d+-- hash: dd92c1c9ffb8ae847e3fccaa2e4c22f37975103eeb770050d693e226fb396c11  name:           lackey-version:        1.0.0+version:        1.0.1 synopsis:       Generate Ruby clients from Servant APIs. description:    Lackey generates Ruby clients from Servant APIs. category:       Web@@ -33,8 +33,8 @@   ghc-options: -Wall   build-depends:       base >=4.8 && <4.11-    , servant >=0.8 && <0.13-    , servant-foreign >=0.8 && <0.11+    , servant >=0.8 && <0.14+    , servant-foreign >=0.8 && <0.12     , text >=1.2 && <1.3   exposed-modules:       Lackey@@ -52,8 +52,8 @@       base >=4.8 && <4.11     , hspec >=2.4.4 && <2.5     , lackey-    , servant >=0.8 && <0.13-    , servant-foreign >=0.8 && <0.11+    , servant >=0.8 && <0.14+    , servant-foreign >=0.8 && <0.12     , text >=1.2 && <1.3   other-modules:       Paths_lackey
package.yaml view
@@ -1,5 +1,5 @@ name: lackey-version: 1.0.0+version: 1.0.1  category: Web description: Lackey generates Ruby clients from Servant APIs.@@ -16,8 +16,8 @@  dependencies:   - base >= 4.8 && < 4.11-  - servant >= 0.8 && < 0.13-  - servant-foreign >= 0.8 && < 0.11+  - servant >= 0.8 && < 0.14+  - servant-foreign >= 0.8 && < 0.12   - text >= 1.2 && < 1.3 ghc-options:   - -Wall