Skip to content

Commit

Permalink
Update from Hackage at 2017-09-06T07:44:10Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Sep 6, 2017
1 parent 56a9e0c commit 6bd6c39
Show file tree
Hide file tree
Showing 2 changed files with 109 additions and 0 deletions.
108 changes: 108 additions & 0 deletions dns/2.0.13/dns.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,108 @@
Name: dns
Version: 2.0.13
Author: Kazu Yamamoto <kazu@iij.ad.jp>
Maintainer: Kazu Yamamoto <kazu@iij.ad.jp>
License: BSD3
License-File: LICENSE
Synopsis: DNS library in Haskell
Description:
A thread-safe DNS library for both clients and servers written
in pure Haskell.
Category: Network
Cabal-Version: >= 1.10
Build-Type: Simple
Extra-Source-Files: Changelog

Library
Default-Language: Haskell2010
GHC-Options: -Wall
Exposed-Modules: Network.DNS
Network.DNS.Lookup
Network.DNS.Resolver
Network.DNS.Utils
Network.DNS.Types
Network.DNS.Encode
Network.DNS.Decode
Other-Modules: Network.DNS.Internal
Network.DNS.StateBinary
if impl(ghc >= 7)
Build-Depends: base >= 4 && < 5
, attoparsec
, binary
, bytestring
, conduit >= 1.1
, conduit-extra >= 1.1
, containers
, iproute >= 1.3.2
, mtl
, network >= 2.3
, random
, resourcet
, safe == 0.3.*
else
Build-Depends: base >= 4 && < 5
, attoparsec
, binary
, bytestring
, conduit >= 1.1
, conduit-extra >= 1.1
, containers
, iproute >= 1.2.4
, mtl
, network
, network-bytestring
, random
, resourcet
, safe == 0.3.*

Test-Suite network
Type: exitcode-stdio-1.0
Default-Language: Haskell2010
Hs-Source-Dirs: test2
Ghc-Options: -Wall
Main-Is: Spec.hs
Other-Modules: LookupSpec
Build-Depends: dns
, base
, bytestring
, bytestring-builder
, hspec

Test-Suite spec
Type: exitcode-stdio-1.0
Default-Language: Haskell2010
Hs-Source-Dirs: test, .
Ghc-Options: -Wall
Main-Is: Spec.hs
Other-Modules: EncodeSpec
DecodeSpec
Build-Depends: base
, attoparsec
, binary
, bytestring
, bytestring-builder
, conduit >= 1.1
, conduit-extra >= 1.1
, containers
, dns
, hspec
, iproute >= 1.2.4
, mtl
, network >= 2.3
, random
, resourcet
, safe == 0.3.*
, word8

Test-Suite doctest
Type: exitcode-stdio-1.0
Default-Language: Haskell2010
Hs-Source-Dirs: test2
Ghc-Options: -Wall
Main-Is: doctests.hs
Build-Depends: base
, doctest

Source-Repository head
Type: git
Location: git://github.com/kazu-yamamoto/dns.git
1 change: 1 addition & 0 deletions dns/2.0.13/dns.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"b4c7033cf2f1e0a7e25ad622ccad5958","Skein512_512":"2c7d96be606fe2eb1f4c807b14aea8828092c32d02d092840221858c2120c2d03af39a4560042b786d7ebb0bd406fac96acceeaaa2835de0d92b94f6675ea0f8","SHA1":"549a90a596dc3aa3ec03ca0a0e536ba796819929","SHA512":"fcf6d358c50af39f61734ed390ab51f0dc897e7d52989de0c9b8d3afc0682361f5ef1f9b6766f18359d5618eca4d31f992a5d533b7a3f3fce8a74a508a61a254","SHA256":"a0efbab2ba80317667dc1f7c0dd0dce027ffac4015d67886bba15dbb73223b67"},"package-locations":["https://hackage.haskell.org/package/dns-2.0.13/dns-2.0.13.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/dns-2.0.13.tar.gz"],"package-size":24376}

0 comments on commit 6bd6c39

Please sign in to comment.