packages feed

yesod-raml 0.1.2 → 0.1.3

raw patch · 2 files changed

+13/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

ChangeLog.md view
@@ -1,4 +1,8 @@-## 0.1.1.1+## 0.1.3++* Fix cabal-file (Just add bug-reports and source-repository)++## 0.1.2  * Fix cabal-file (Just add tests/test.raml) 
yesod-raml.cabal view
@@ -1,5 +1,5 @@ name:                yesod-raml-version:             0.1.2+version:             0.1.3 synopsis:            RAML style route definitions for Yesod description:         RAML style route definitions for Yesod license:             MIT@@ -12,6 +12,13 @@ extra-source-files:   ChangeLog.md                     , README.md                     , tests/test.raml++bug-reports:         https://github.com/junjihashimoto/yesod-raml/issues++source-repository head+  type:           git+  location:       https://github.com/junjihashimoto/yesod-raml.git+  flag utils   description: Build utility programs