packages feed

Cabal revisions of DAV-1.0

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

revision 1
-name:                DAV-version:             1.0-synopsis:            RFC 4918 WebDAV support-description:-   This is a library for the Web Distributed Authoring and Versioning-   (WebDAV) extensions to HTTP.  At present it supports a very small-   subset of client functionality.-   .-   In addition, there is an executable, hdav, which can be used for-   command-line operation.--homepage:            http://floss.scru.org/hDAV-bug-reports:         mailto:clint@debian.org-license:             GPL-3-license-file:        LICENSE-author:              Clint Adams-maintainer:          clint@debian.org-copyright:           Copyright (C) 2012-2014  Clint Adams-category:            Web-build-type:          Simple-cabal-version:       >=1.8-extra-source-files:  AUTHORS--library-  exposed-modules:  Network.Protocol.HTTP.DAV-  other-modules:    Network.Protocol.HTTP.DAV.TH-  ghc-options:       -Wall-  build-depends:       base >= 4.5                 && < 5-                     , bytestring-                     , case-insensitive >= 0.4-                     , containers-                     , data-default-                     , either >= 4.1-                     , errors-                     , exceptions-                     , http-client >= 0.2-                     , http-client-tls >= 0.2-                     , http-types >= 0.7-                     , lens >= 3.0-                     , mtl >= 2.1-                     , transformers >= 0.3-                     , transformers-base-                     , utf8-string-                     , xml-conduit >= 1.0          && < 1.3-                     , xml-hamlet >= 0.4           && < 0.5-executable hdav-  main-is:           hdav.hs-  ghc-options:       -Wall-  build-depends:       base >= 4.5                 && < 5-                     , bytestring-                     , bytestring-                     , case-insensitive >= 0.4-                     , containers-                     , data-default-                     , either >= 4.1-                     , errors-                     , exceptions-                     , http-client >= 0.2-                     , http-client-tls >= 0.2-                     , http-types >= 0.7-                     , lens >= 3.0-                     , mtl >= 2.1-                     , network >= 2.3-                     , optparse-applicative >= 0.5.0-                     , transformers >= 0.3-                     , transformers-base-                     , utf8-string-                     , xml-conduit >= 1.0          && < 1.3-                     , xml-hamlet >= 0.4           && < 0.5--source-repository head-  type:     git-  location: git://anonscm.debian.org/users/clint/DAV.git-  branch:   master--source-repository this-  type:     git-  location: git://anonscm.debian.org/users/clint/DAV.git-  tag:      DAV/1.0+name:                DAV
+version:             1.0
+x-revision: 1
+synopsis:            RFC 4918 WebDAV support
+description:
+   This is a library for the Web Distributed Authoring and Versioning
+   (WebDAV) extensions to HTTP.  At present it supports a very small
+   subset of client functionality.
+   .
+   In addition, there is an executable, hdav, which can be used for
+   command-line operation.
+
+homepage:            http://floss.scru.org/hDAV
+bug-reports:         mailto:clint@debian.org
+license:             GPL-3
+license-file:        LICENSE
+author:              Clint Adams
+maintainer:          clint@debian.org
+copyright:           Copyright (C) 2012-2014  Clint Adams
+category:            Web
+build-type:          Simple
+cabal-version:       >=1.8
+extra-source-files:  AUTHORS
+
+library
+  exposed-modules:  Network.Protocol.HTTP.DAV
+  other-modules:    Network.Protocol.HTTP.DAV.TH
+  ghc-options:       -Wall
+  build-depends:       base >= 4.5                 && < 5
+                     , bytestring
+                     , case-insensitive >= 0.4
+                     , containers
+                     , data-default
+                     , either >= 4.1
+                     , errors
+                     , exceptions
+                     , http-client >= 0.2
+                     , http-client-tls >= 0.2
+                     , http-types >= 0.7
+                     , lens >= 3.0
+                     , mtl >= 2.1
+                     , transformers >= 0.3
+                     , transformers-base
+                     , utf8-string
+                     , xml-conduit >= 1.0          && < 1.3
+                     , xml-hamlet >= 0.4           && < 0.5
+executable hdav
+  main-is:           hdav.hs
+  ghc-options:       -Wall
+  build-depends:       base >= 4.5                 && < 5
+                     , bytestring
+                     , bytestring
+                     , case-insensitive >= 0.4
+                     , containers
+                     , data-default
+                     , either >= 4.1
+                     , errors
+                     , exceptions
+                     , http-client >= 0.2
+                     , http-client-tls >= 0.2
+                     , http-types >= 0.7
+                     , lens >= 3.0
+                     , mtl >= 2.1
+                     , network >= 2.3 && < 2.6
+                     , optparse-applicative >= 0.5.0
+                     , transformers >= 0.3
+                     , transformers-base
+                     , utf8-string
+                     , xml-conduit >= 1.0          && < 1.3
+                     , xml-hamlet >= 0.4           && < 0.5
+
+source-repository head
+  type:     git
+  location: git://anonscm.debian.org/users/clint/DAV.git
+  branch:   master
+
+source-repository this
+  type:     git
+  location: git://anonscm.debian.org/users/clint/DAV.git
+  tag:      DAV/1.0