hw-ip-0.1.0.0: hw-ip.cabal
-- This file has been generated from package.yaml by hpack version 0.20.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 0e009dc6f8e47e478d23c2015665d88494848c9a86e5c1b03550fe2351cda87e
name: hw-ip
version: 0.1.0.0
synopsis: Library for manipulating IP addresses and CIDR blocks
description: Please see README.md
category: Network
homepage: https://github.com/haskell-works/hw-ip#readme
bug-reports: https://github.com/haskell-works/hw-ip/issues
author: John
maintainer: newhoggy@gmail.com
copyright: 2017 John Ky
license: BSD3
license-file: LICENSE
build-type: Simple
cabal-version: >= 1.10
extra-source-files:
README.md
source-repository head
type: git
location: https://github.com/haskell-works/hw-ip
library
hs-source-dirs:
src
build-depends:
base >=4.7 && <5
exposed-modules:
HaskellWorks.Data.Network.Ip
other-modules:
Paths_hw_ip
default-language: Haskell2010
test-suite hw-ip-test
type: exitcode-stdio-1.0
main-is: Spec.hs
hs-source-dirs:
test
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
base
, hedgehog
, hspec
, hw-hspec-hedgehog
, hw-ip
other-modules:
HaskellWorks.Data.Network.IpSpec
Paths_hw_ip
default-language: Haskell2010