packages feed

Cabal revisions of yesod-ip-0.5.1

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-name:                yesod-ip-version:             0.5.1-synopsis:            Code for using the ip package with yesod-description:         Please see README.md-homepage:            https://github.com/andrewthad/yesod-ip#readme-license:             BSD3-license-file:        LICENSE-author:              Andrew Martin-maintainer:          andrew.thaddeus@gmail.com-copyright:           2016 Andrew Martin-category:            web-build-type:          Simple--- extra-source-files:-cabal-version:       >=1.10--library-  hs-source-dirs:      src-  exposed-modules:-    Yesod.Form.Net-    Database.Persist.Net.Simple-    Database.Persist.Net.PostgreSQL-    Web.PathPieces.Net-    Web.HttpApiData.Net-  build-depends:-      base >= 4.7 && < 5-    , text >= 1.2-    , yesod-core >= 1.4 && < 1.7-    , yesod-form >= 1.4 && < 1.7-    , persistent >= 2.1-    , path-pieces >= 0.2 && < 0.3-    , http-api-data >= 0.3 && < 0.5-    , ip >= 1.4.1 && < 1.5-  default-language:    Haskell2010--source-repository head-  type:     git-  location: https://github.com/andrewthad/yesod-ip+name:                yesod-ip
+version:             0.5.1
+x-revision: 1
+synopsis:            Code for using the ip package with yesod
+description:         Please see README.md
+homepage:            https://github.com/andrewthad/yesod-ip#readme
+license:             BSD3
+license-file:        LICENSE
+author:              Andrew Martin
+maintainer:          andrew.thaddeus@gmail.com
+copyright:           2016 Andrew Martin
+category:            web
+build-type:          Simple
+-- extra-source-files:
+cabal-version:       >=1.10
+
+library
+  hs-source-dirs:      src
+  exposed-modules:
+    Yesod.Form.Net
+    Database.Persist.Net.Simple
+    Database.Persist.Net.PostgreSQL
+    Web.PathPieces.Net
+    Web.HttpApiData.Net
+  build-depends:
+      base >= 4.7 && < 5
+    , text >= 1.2
+    , yesod-core >= 1.4 && < 1.7
+    , yesod-form >= 1.4 && < 1.7
+    , persistent >= 2.1
+    , path-pieces >= 0.2 && < 0.3
+    , http-api-data >= 0.3 && < 0.5
+    , ip >= 1.4.1 && < 1.7
+  default-language:    Haskell2010
+
+source-repository head
+  type:     git
+  location: https://github.com/andrewthad/yesod-ip
revision 2
 name:                yesod-ip
 version:             0.5.1
-x-revision: 1
+x-revision: 2
 synopsis:            Code for using the ip package with yesod
 description:         Please see README.md
 homepage:            https://github.com/andrewthad/yesod-ip#readme
     , persistent >= 2.1
     , path-pieces >= 0.2 && < 0.3
     , http-api-data >= 0.3 && < 0.5
-    , ip >= 1.4.1 && < 1.7
+    , ip >= 1.4.1 && < 1.8
   default-language:    Haskell2010
 
 source-repository head