name: yesod-ip version: 0.4 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 build-depends: base >= 4.7 && < 5 , text , yesod-core , yesod-form , persistent , path-pieces , ip >= 0.6.0 && < 0.7.0 default-language: Haskell2010 source-repository head type: git location: https://github.com/andrewthad/yesod-ip