hyperpublic 0.1.0 → 0.1.1
raw patch · 2 files changed
+4/−26 lines, 2 filesdep −containersdep −textdep −vector
Dependencies removed: containers, text, vector
Files
- Web/Hyperpublic.hs +3/−4
- hyperpublic.cabal +1/−22
Web/Hyperpublic.hs view
@@ -7,10 +7,9 @@ -- the API) or a 'Network.HTTP.Types.SimpleQuery' (for @find@ or @create@ -- methods on the API). ----- Some basic usage examples follow. (This code is included in the distribution--- as @Examples.hs@. Call @cabal-install@ with @-f example@ and it will build--- an executable called @hyperpublic-example@.) Usage questions may be posted--- on the Hyperpublic API Developers mailing list at+-- Some examples follow. (This code is included in the distribution as+-- @Examples.hs@.) Usage questions may be posted on the Hyperpublic API+-- Developers mailing list at -- <http://groups.google.com/group/hyperpublic-api-developers>. -- -- >{-# LANGUAGE OverloadedStrings #-}
hyperpublic.cabal view
@@ -1,5 +1,5 @@ name: hyperpublic-version: 0.1.0+version: 0.1.1 cabal-version: >= 1.6 build-type: Simple license: PublicDomain@@ -15,11 +15,6 @@ category: Web extra-source-files: README.md, Examples.hs -flag example- description: Build Examples.hs into the hyperpublic-example executable.- default: False- manual: True- library -- Very conservative lower bounds here. Notify me when you find wider -- compatibility boundaries and I'll update them here.@@ -39,22 +34,6 @@ Web.Hyperpublic.Internal extensions: OverloadedStrings ghc-options: -Wall--executable hyperpublic-example- build-depends:- aeson >= 0.3.2.12 && < 0.4,- base >= 4.0 && < 5.0,- bytestring >= 0.9.2.0 && < 0.9.99,- containers >= 0.4.1.0 && < 0.5,- text >= 0.11.1.6 && < 0.12,- vector >= 0.9 && < 0.9.99- other-modules:- Web.Hyperpublic, Web.Hyperpublic.Places, Web.Hyperpublic.Offers- main-is: Examples.hs- if flag(example)- buildable: True- else- buildable: False source-repository head type: git