packages feed

Cabal revisions of http-directory-0.1.4

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

revision 1
-cabal-version:       1.18-name:                http-directory-version:             0.1.4-synopsis:            http directory listing library-description:-            Library for listing the files (links) in an http directory.-            It can also check the size, existence, modtime of files,-            and url redirects.-homepage:            https://github.com/juhp/http-directory-bug-reports:         https://github.com/juhp/http-directory/issues-license:             MIT-license-file:        LICENSE-author:              Jens Petersen-maintainer:          juhpetersen@gmail.com-copyright:           2019 Jens Petersen-category:            Network-build-type:          Simple-extra-doc-files:     README.md-                   , CHANGELOG.md-tested-with:         GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.2,-                     GHC == 8.2.2, GHC == 8.4.4, GHC == 8.6.5--source-repository head-  type:                git-  location:            https://github.com/juhp/http-directory.git--library-  hs-source-dirs:      src-  exposed-modules:     Network.HTTP.Directory-                       --  build-depends:       base < 5,-                       bytestring,-                       html-conduit,-                       http-client,-                       http-client-tls,-                       http-date,-                       http-types,-                       text,-                       time,-                       xml-conduit-  if impl(ghc<8.0)-      build-depends: semigroups,-                     cryptonite < 0.26--  ghc-options:         -fwarn-missing-signatures-                       -Wall--  default-language:    Haskell2010-  default-extensions:  OverloadedStrings+cabal-version:       1.18
+name:                http-directory
+version:             0.1.4
+x-revision: 1
+synopsis:            http directory listing library
+description:
+            Library for listing the files (links) in an http directory.
+            It can also check the size, existence, modtime of files,
+            and url redirects.
+homepage:            https://github.com/juhp/http-directory
+bug-reports:         https://github.com/juhp/http-directory/issues
+license:             MIT
+license-file:        LICENSE
+author:              Jens Petersen
+maintainer:          juhpetersen@gmail.com
+copyright:           2019 Jens Petersen
+category:            Network
+build-type:          Simple
+extra-doc-files:     README.md
+                   , CHANGELOG.md
+tested-with:         GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.2,
+                     GHC == 8.2.2, GHC == 8.4.4, GHC == 8.6.5
+
+source-repository head
+  type:                git
+  location:            https://github.com/juhp/http-directory.git
+
+library
+  hs-source-dirs:      src
+  exposed-modules:     Network.HTTP.Directory
+                       
+
+  build-depends:       base < 5,
+                       bytestring,
+                       html-conduit,
+                       http-client,
+                       http-client-tls,
+                       http-date >= 0.0.7,
+                       http-types,
+                       text,
+                       time,
+                       xml-conduit
+  if impl(ghc<8.0)
+      build-depends: semigroups,
+                     cryptonite < 0.26
+
+  ghc-options:         -fwarn-missing-signatures
+                       -Wall
+
+  default-language:    Haskell2010
+  default-extensions:  OverloadedStrings