packages feed

Cabal revisions of dns-0.1.2

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
 Name:                   dns Version:                0.1.2+x-revision: 1 Author:                 Kazu Yamamoto <kazu@iij.ad.jp> Maintainer:             Kazu Yamamoto <kazu@iij.ad.jp> License:                BSD3     Build-Depends:      base >= 4 && < 5, haskell98,                         binary, iproute,                         containers, mtl, bytestring,-                        network >= 2.3+                        network >= 2.3 && < 2.9   else     Build-Depends:      base >= 4 && < 5, haskell98,                         binary, iproute,
revision 2
-Name:                   dns-Version:                0.1.2-x-revision: 1-Author:                 Kazu Yamamoto <kazu@iij.ad.jp>-Maintainer:             Kazu Yamamoto <kazu@iij.ad.jp>-License:                BSD3-License-File:           LICENSE-Synopsis:               DNS libary in Haskell-Description:            DNS libary. Currently only resolver side-                        is supported. That is, this library includes-                        a composer of DNS query and a parser of DNS-                        response.-Category:               Network-Cabal-Version:          >= 1.6-Build-Type:             Simple-Extra-Source-Files:     Test.hs-library-  if impl(ghc >= 6.12)-    GHC-Options:        -Wall -fno-warn-unused-do-bind-  else-    GHC-Options:        -Wall-  Exposed-Modules:      Network.DNS-                        Network.DNS.Lookup-                        Network.DNS.Resolver-                        Network.DNS.Types-  Other-Modules:        Network.DNS.Internal-                        Network.DNS.StateBinary-                        Network.DNS.Query-                        Network.DNS.Response-  if impl(ghc >= 7)-    Build-Depends:      base >= 4 && < 5, haskell98,-                        binary, iproute,-                        containers, mtl, bytestring,-                        network >= 2.3 && < 2.9-  else-    Build-Depends:      base >= 4 && < 5, haskell98,-                        binary, iproute,-                        containers, mtl, bytestring,-                        network, network-bytestring-Source-Repository head-  Type:                 git-  Location:             git://github.com/kazu-yamamoto/dns.git+Name:                   dns
+Version:                0.1.2
+x-revision: 2
+Author:                 Kazu Yamamoto <kazu@iij.ad.jp>
+Maintainer:             Kazu Yamamoto <kazu@iij.ad.jp>
+License:                BSD3
+License-File:           LICENSE
+Synopsis:               DNS libary in Haskell
+Description:            DNS libary. Currently only resolver side
+                        is supported. That is, this library includes
+                        a composer of DNS query and a parser of DNS
+                        response.
+Category:               Network
+Cabal-Version:          >= 1.6
+Build-Type:             Simple
+Extra-Source-Files:     Test.hs
+library
+  if impl(ghc >= 6.12)
+    GHC-Options:        -Wall -fno-warn-unused-do-bind
+  else
+    GHC-Options:        -Wall
+  Exposed-Modules:      Network.DNS
+                        Network.DNS.Lookup
+                        Network.DNS.Resolver
+                        Network.DNS.Types
+  Other-Modules:        Network.DNS.Internal
+                        Network.DNS.StateBinary
+                        Network.DNS.Query
+                        Network.DNS.Response
+  if impl(ghc >= 7)
+    Build-Depends:      base >= 4 && < 5, haskell98 < 1.2,
+                        binary, iproute,
+                        containers, mtl, bytestring,
+                        network >= 2.3 && < 2.9
+  else
+    Build-Depends:      base >= 4 && < 5, haskell98,
+                        binary, iproute,
+                        containers, mtl, bytestring,
+                        network, network-bytestring
+Source-Repository head
+  Type:                 git
+  Location:             git://github.com/kazu-yamamoto/dns.git