packages feed

Cabal revisions of haskell-google-trends-0.0.1

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

revision 1
--- Initial haskell-google-trends.cabal generated by cabal init.  For --- further documentation, see http://haskell.org/cabal/users-guide/--name:                haskell-google-trends-version:             0.0.1-synopsis:            Simple library for accessing Google Trends-license:             PublicDomain-license-file:        LICENSE-author:              grzegorzgoldapl-maintainer:          contact@grzegorzgolda.com--- copyright:           -category:            Web-build-type:          Simple-extra-source-files:  README.md -cabal-version:       >=1.10--library-  exposed-modules:     Google.Trends-  -- other-modules:       -  -- other-extensions:    -  build-depends:       base >=4.8 && <4.10, haskell-fake-user-agent >= 0.0.2, wreq, lens, bytestring, tagsoup, text, regex-base, regex-posix-  -- hs-source-dirs:      -  default-language:    Haskell2010+-- Initial haskell-google-trends.cabal generated by cabal init.  For 
+-- further documentation, see http://haskell.org/cabal/users-guide/
+
+name:                haskell-google-trends
+version:             0.0.1
+x-revision: 1
+synopsis:            Simple library for accessing Google Trends
+license:             PublicDomain
+license-file:        LICENSE
+author:              grzegorzgoldapl
+maintainer:          contact@grzegorzgolda.com
+-- copyright:           
+category:            Web
+build-type:          Simple
+extra-source-files:  README.md 
+cabal-version:       >=1.10
+
+library
+  exposed-modules:     Google.Trends
+  -- other-modules:       
+  -- other-extensions:    
+  build-depends:       base >=4.8 && <5, haskell-fake-user-agent >= 0.0.2, wreq, lens, bytestring, tagsoup, text, regex-base, regex-posix
+  -- hs-source-dirs:      
+  default-language:    Haskell2010