packages feed

Cabal revisions of dns-2.0.13

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

revision 1
 Name:                   dns Version:                2.0.13+x-revision: 1 Author:                 Kazu Yamamoto <kazu@iij.ad.jp> Maintainer:             Kazu Yamamoto <kazu@iij.ad.jp> License:                BSD3   Other-Modules:        Network.DNS.Internal                         Network.DNS.StateBinary   if impl(ghc >= 7)-    Build-Depends:      base >= 4 && < 5+    Build-Depends:      base >= 4 && < 4.11                       , attoparsec                       , binary                       , bytestring                       , resourcet                       , safe == 0.3.*   else-    Build-Depends:      base >= 4 && < 5+    Build-Depends:      base >= 4 && < 4.11                       , attoparsec                       , binary                       , bytestring
revision 2
-Name:                   dns-Version:                2.0.13-x-revision: 1-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 && < 4.11-                      , 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 && < 4.11-                      , 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+Name:                   dns
+Version:                2.0.13
+x-revision: 2
+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 && < 4.11
+                      , attoparsec
+                      , binary
+                      , bytestring >= 0.10.4 && < 0.11
+                      , 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 && < 4.11
+                      , attoparsec
+                      , binary
+                      , bytestring >= 0.10.4 && < 0.11
+                      , 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
revision 3
 Name:                   dns
 Version:                2.0.13
-x-revision: 2
+x-revision: 3
 Author:                 Kazu Yamamoto <kazu@iij.ad.jp>
 Maintainer:             Kazu Yamamoto <kazu@iij.ad.jp>
 License:                BSD3
                       , containers
                       , iproute >= 1.3.2
                       , mtl
-                      , network >= 2.3
+                      , network >= 2.3 && < 2.9
                       , random
                       , resourcet
                       , safe == 0.3.*
                       , hspec
                       , iproute >= 1.2.4
                       , mtl
-                      , network >= 2.3
+                      , network >= 2.3 && < 2.9
                       , random
                       , resourcet
                       , safe == 0.3.*