Name: concurrent-dns-cache Version: 0.0.1 Author: Kazu Yamamoto Maintainer: Kazu Yamamoto 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.PSQ 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 , hashable , iproute , network , stm , time 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 , hashable , iproute , network , stm , time 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