packages feed

fn 0.3.0.0 → 0.3.0.1

raw patch · 2 files changed

+9/−5 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,3 +1,7 @@+* 0.3.0.1 Daniel Patterson <dbp@dbpmail.net> 2016-3-11++  - Change repository location, copyright.+ * 0.3.0.0 Daniel Patterson <dbp@dbpmail.net> 2016-3-2    - Don't parse request body by default, to make `Fn` play well with
fn.cabal view
@@ -1,5 +1,5 @@ name:                fn-version:             0.3.0.0+version:             0.3.0.1 synopsis:            A functional web framework. description:   A Haskell web framework where you write plain old functions.@@ -67,12 +67,12 @@   where all necessary data is passed via function arguments, and control   flow is mediated by return values. -homepage:            http://github.com/dbp/fn#readme+homepage:            http://github.com/positiondev/fn#readme license:             ISC license-file:        LICENSE author:              Daniel Patterson <dbp@dbpmail.net>-maintainer:          dbp@dbpmail.net-copyright:           2016 Daniel Patterson+maintainer:          workers@positiondev.com+copyright:           2016 Position Development, LLC. category:            Web build-type:          Simple extra-source-files:  CHANGELOG.md@@ -114,4 +114,4 @@  source-repository head   type:     git-  location: https://github.com/dbp/fn+  location: https://github.com/positiondev/fn