packages feed

Cabal revisions of haskell-proxy-list-0.0.1

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

revision 1
-name:                haskell-proxy-list-version:             0.0.1-synopsis:            Simple library for retrieving proxy servers info from https://proxy-list.org--- description:         -license:             PublicDomain-license-file:        LICENSE-author:              grzegorzgoldapl-maintainer:          contact@grzegorzgolda.com-homepage:            https://github.com/grzegorzgoldapl/haskell-proxy-list--- copyright:           -category:            Web-build-type:          Simple-extra-source-files:  README.md-cabal-version:       >=1.10--source-repository head-    type: git-    location: git://github.com/grzegorzgoldapl/haskell-proxy-list.git--library-  exposed-modules:     HTTP.ThirdParty.ProxyList-  -- other-modules:       -  other-extensions:    OverloadedStrings-  build-depends:       base >=4.9 && <4.10, lens, bytestring, wreq, text, regex-base, regex-posix, base64-string, random-  -- hs-source-dirs:      -  default-language:    Haskell2010+name:                haskell-proxy-list
+version:             0.0.1
+x-revision: 1
+synopsis:            Simple library for retrieving proxy servers info from https://proxy-list.org
+-- description:         
+license:             PublicDomain
+license-file:        LICENSE
+author:              grzegorzgoldapl
+maintainer:          contact@grzegorzgolda.com
+homepage:            https://github.com/grzegorzgoldapl/haskell-proxy-list
+-- copyright:           
+category:            Web
+build-type:          Simple
+extra-source-files:  README.md
+cabal-version:       >=1.10
+
+source-repository head
+    type: git
+    location: git://github.com/grzegorzgoldapl/haskell-proxy-list.git
+
+library
+  exposed-modules:     HTTP.ThirdParty.ProxyList
+  -- other-modules:       
+  other-extensions:    OverloadedStrings
+  build-depends:       base >=4.8 && <5, lens, bytestring, wreq, text, regex-base, regex-posix, base64-string, random
+  -- hs-source-dirs:      
+  default-language:    Haskell2010