Skip to content

Commit

Permalink
Update from Hackage at 2017-08-02T00:49:13Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Aug 2, 2017
1 parent 6e39595 commit c54ab27
Show file tree
Hide file tree
Showing 2 changed files with 71 additions and 0 deletions.
70 changes: 70 additions & 0 deletions concurrent-dns-cache/0.1.0/concurrent-dns-cache.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
Name: concurrent-dns-cache
Version: 0.1.0
Author: Kazu Yamamoto <kazu@iij.ad.jp>
Maintainer: Kazu Yamamoto <kazu@iij.ad.jp>
License: BSD3
License-File: LICENSE
Synopsis: Concurrent DNS cache
Description: Concurrent DNS cache
Category: Network
Cabal-Version: >= 1.10
Build-Type: Simple

Library
Default-Language: Haskell2010
GHC-Options: -Wall
Exposed-Modules: Network.DNS.Cache
Other-Modules: Network.DNS.Cache.Cache
Network.DNS.Cache.Sync
Network.DNS.Cache.Types
Network.DNS.Cache.Utils
Network.DNS.Cache.Value
Build-Depends: base >= 4 && < 5
, array
, async
, bytestring >= 0.10.4.0
, containers
, dns
, iproute
, lifted-base
, monad-control
, network
, psqueues >= 0.2.3
, stm
, time
, transformers

Executable main
Main-Is: main.hs
Default-Language: Haskell2010
GHC-Options: -Wall -threaded
Build-Depends: base >= 4 && < 5
, array
, async
, bytestring >= 0.10.4.0
, containers
, dns
, iproute
, lifted-base
, monad-control
, network
, psqueues
, stm
, time
, transformers

Test-Suite spec
Main-Is: Spec.hs
Default-Language: Haskell2010
Other-modules: CacheSpec
Hs-Source-Dirs: test
Type: exitcode-stdio-1.0
Build-Depends: base >= 4 && < 5
, async
, concurrent-dns-cache
, dns
, hspec

Source-Repository head
Type: git
Location: https://github.com/kazu-yamamoto/concurrent-dns-cache
1 change: 1 addition & 0 deletions concurrent-dns-cache/0.1.0/concurrent-dns-cache.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"8dec99cd7cc47c9f9dc7eb9a49c8d20f","Skein512_512":"961674b414dfa25b1c1758bbc3126714f1e746faaf92f9a299ba1848cb79c7b35a97f62ef3bf3883d6c58f2318c3a02500a6a1511113959e38117f5e100bcd90","SHA1":"83d65a37bd5edda0c336a57110291c282159893d","SHA512":"1cb5c04e6e95e3158933e6f35a405338096767df090ba10a7e31963f8a109bd0a3ed88b13eb292449afe8f2a191aa0e8785528102b61a63375db714ad8ce5a7c","SHA256":"59d2bbd9352b39c65ea4cb4fe14ab84a2f9b5b0c05d68fe06b0ac52736ad232e"},"package-locations":["https://hackage.haskell.org/package/concurrent-dns-cache-0.1.0/concurrent-dns-cache-0.1.0.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/concurrent-dns-cache-0.1.0.tar.gz"],"package-size":6929}

0 comments on commit c54ab27

Please sign in to comment.