packages feed

persistent-iproute-0.2.2: persistent-iproute.cabal

name:                persistent-iproute
version:             0.2.2
synopsis:            Persistent instances for types in iproute
description:         Persistent instances and operators for types in iproute to use with PostgreSQL.
license:             BSD3
license-file:        LICENSE
author:              Lana Black
maintainer:          lanablack@amok.cc
homepage:            https://github.com/greydot/persistent-iproute
category:            Database
build-type:          Simple
cabal-version:       >=1.10

library
  exposed-modules:     Database.Persist.IP
  other-modules:       Database.Persist.Instances.IP
  build-depends:       base >=4 && <5,
                       aeson >= 0.8,
                       aeson-iproute >= 0.1,
                       bytestring,
                       iproute >= 1.5,
                       http-api-data,
                       path-pieces,
                       persistent,
                       text
  default-language:    Haskell2010
  ghc-options:         -Wall -fno-warn-orphans

source-repository head
  type: git
  location: https://github.com/greydot/persistent-iproute.git