packages feed

persistent-ip-0.6.0: persistent-ip.cabal

cabal-version:       >=1.10
name:                persistent-ip 
version:             0.6.0
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:

library
  hs-source-dirs:      src
  other-modules:
    Net.IPv4.Unnormalized
  exposed-modules:
    Database.Persist.Net.Simple
    Database.Persist.Net.PostgreSQL
  build-depends:
      base >= 4.7 && < 5
    , ip >= 1.4.1 && < 1.8
    , persistent >= 2.1 && < 2.15
    , text >= 1.2
    , attoparsec < 0.15
  default-language:    Haskell2010

source-repository head
  type:     git
  location: https://github.com/andrewthad/yesod-ip