packages feed

Cabal revisions of pinboard-0.10.0.2

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

revision 1
--- This file has been generated from package.yaml by hpack version 0.28.2.------ see: https://github.com/sol/hpack------ hash: bf527a9a3fada60d79dac953824902ac4fd1ca4ed0c7bdb908be52c8c54dcb2b--name:           pinboard-version:        0.10.0.2-synopsis:       Access to the Pinboard API-description:    .-                The Pinboard API is a way to interact programatically with-                your bookmarks, notes and other Pinboard data. This-                library wraps the API exposing functions and data-                structures suitable for usage in Haskell programs.-category:       Network APIs-homepage:       https://github.com/jonschoning/pinboard-bug-reports:    https://github.com/jonschoning/pinboard/issues-author:         Jon Schoning-maintainer:     jonschoning@gmail.com-copyright:      Copyright (c) 2015 Jon Schoning-license:        MIT-license-file:   LICENSE-build-type:     Simple-cabal-version:  >= 1.10-extra-source-files:-    changelog.md-    README.md--source-repository head-  type: git-  location: git://github.com/jonschoning/pinboard.git--library-  hs-source-dirs:-      src-  ghc-options: -Wall -fwarn-incomplete-patterns -funbox-strict-fields -fexpose-all-unfoldings-  build-depends:-      aeson >=0.11.1 && <2.0-    , base >=4.6 && <5.0-    , bytestring >=0.10.0 && <0.11-    , containers >=0.5.0.0 && <0.6-    , http-client >=0.5 && <0.6-    , http-client-tls >=0.3.0 && <0.4-    , http-types >=0.8 && <0.13-    , monad-logger >=0.3 && <0.4-    , mtl >=2.2.1-    , network >=2.6.2 && <2.8-    , profunctors >=5-    , random >=1.1-    , text >=0.11 && <1.3-    , time >=1.5 && <1.9-    , transformers >=0.4.0.0-    , unliftio-    , unliftio-core-    , unordered-containers-    , vector >=0.10.9 && <0.13-  exposed-modules:-      Pinboard-      Pinboard.Api-      Pinboard.ApiRequest-      Pinboard.ApiTypes-      Pinboard.ApiTypesLens-      Pinboard.Client-      Pinboard.Error-      Pinboard.Types-      Pinboard.Util-      Pinboard.Logging-  other-modules:-      Paths_pinboard-  default-language: Haskell2010--test-suite tests-  type: exitcode-stdio-1.0-  main-is: Test.hs-  hs-source-dirs:-      tests-  ghc-options: -Wall -fno-warn-orphans-  build-depends:-      QuickCheck-    , aeson-    , base >=4.6 && <5.0-    , bytestring-    , containers-    , hspec >=1.8-    , mtl >=2.2.1-    , pinboard-    , semigroups-    , text-    , time-    , transformers >=0.4.0.0-    , unliftio-    , unliftio-core-    , unordered-containers-  other-modules:-      ApproxEq-      Instances-      PropJSON-      Paths_pinboard-  default-language: Haskell2010+-- This file has been generated from package.yaml by hpack version 0.28.2.
+--
+-- see: https://github.com/sol/hpack
+--
+-- hash: bf527a9a3fada60d79dac953824902ac4fd1ca4ed0c7bdb908be52c8c54dcb2b
+
+name:           pinboard
+version:        0.10.0.2
+x-revision: 1
+synopsis:       Access to the Pinboard API
+description:    .
+                The Pinboard API is a way to interact programatically with
+                your bookmarks, notes and other Pinboard data. This
+                library wraps the API exposing functions and data
+                structures suitable for usage in Haskell programs.
+category:       Network APIs
+homepage:       https://github.com/jonschoning/pinboard
+bug-reports:    https://github.com/jonschoning/pinboard/issues
+author:         Jon Schoning
+maintainer:     jonschoning@gmail.com
+copyright:      Copyright (c) 2015 Jon Schoning
+license:        MIT
+license-file:   LICENSE
+build-type:     Simple
+cabal-version:  >= 1.10
+extra-source-files:
+    changelog.md
+    README.md
+
+source-repository head
+  type: git
+  location: git://github.com/jonschoning/pinboard.git
+
+library
+  hs-source-dirs:
+      src
+  ghc-options: -Wall -fwarn-incomplete-patterns -funbox-strict-fields -fexpose-all-unfoldings
+  build-depends:
+      aeson >=0.11.1 && <2.0
+    , base >=4.6 && <5.0
+    , bytestring >=0.10.0 && <0.11
+    , containers >=0.5.0.0 && <0.6
+    , http-client >=0.5 && <0.6
+    , http-client-tls >=0.3.0 && <0.4
+    , http-types >=0.8 && <0.13
+    , monad-logger >=0.3 && <0.4
+    , mtl >=2.2.1
+    , network >=2.6.2 && <2.9
+    , profunctors >=5
+    , random >=1.1
+    , text >=0.11 && <1.3
+    , time >=1.5 && <1.9
+    , transformers >=0.4.0.0
+    , unliftio
+    , unliftio-core
+    , unordered-containers
+    , vector >=0.10.9 && <0.13
+  exposed-modules:
+      Pinboard
+      Pinboard.Api
+      Pinboard.ApiRequest
+      Pinboard.ApiTypes
+      Pinboard.ApiTypesLens
+      Pinboard.Client
+      Pinboard.Error
+      Pinboard.Types
+      Pinboard.Util
+      Pinboard.Logging
+  other-modules:
+      Paths_pinboard
+  default-language: Haskell2010
+
+test-suite tests
+  type: exitcode-stdio-1.0
+  main-is: Test.hs
+  hs-source-dirs:
+      tests
+  ghc-options: -Wall -fno-warn-orphans
+  build-depends:
+      QuickCheck
+    , aeson
+    , base >=4.6 && <5.0
+    , bytestring
+    , containers
+    , hspec >=1.8
+    , mtl >=2.2.1
+    , pinboard
+    , semigroups
+    , text
+    , time
+    , transformers >=0.4.0.0
+    , unliftio
+    , unliftio-core
+    , unordered-containers
+  other-modules:
+      ApproxEq
+      Instances
+      PropJSON
+      Paths_pinboard
+  default-language: Haskell2010