cabal-version: 2.4
name: http-api-data-ip
version: 0.1.0.0
synopsis: Code for using the ip package with http-api-data
homepage: https://github.com/andrewthad/http-api-data-ip
license: BSD-3-Clause
license-file: LICENSE
author: Andrew Martin
maintainer: andrew.thaddeus@gmail.com
copyright: 2021 Andrew Martin
category: web
build-type: Simple
library
hs-source-dirs: src
exposed-modules:
Web.HttpApiData.Net
build-depends:
, base >= 4.7 && < 5
, attoparsec >= 0.13.2 && < 0.15
, http-api-data >= 0.3 && < 0.7
, ip >= 1.4.1 && < 1.8
, text >= 1.2
default-language: Haskell2010
source-repository head
type: git
location: https://github.com/andrewthad/http-api-data-ip