Skip to content

Commit

Permalink
Update from Hackage at 2017-01-24T20:25:13Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Jan 24, 2017
1 parent cf22a42 commit e2cd120
Show file tree
Hide file tree
Showing 2 changed files with 96 additions and 0 deletions.
95 changes: 95 additions & 0 deletions pinboard/0.9.12.4/pinboard.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,95 @@
-- This file has been generated from package.yaml by hpack version 0.15.0.
--
-- see: https://github.com/sol/hpack

name: pinboard
version: 0.9.12.4
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:
base >=4.6 && <5.0
, transformers >=0.4.0.0
, mtl >=2.2.1
, safe-exceptions <0.2
, unordered-containers
, aeson >=0.11.1 && <2.0
, bytestring >=0.10.0 && <0.11
, containers >=0.5.0.0 && <0.6
, http-types >=0.8 && <0.10
, http-client >=0.5 && <0.6
, http-client-tls >=0.3.0 && <0.4
, text >=0.11 && <1.3
, time >=1.5 && <1.7
, vector >=0.10.9 && <0.13
, network >=2.6.2 && <2.7
, profunctors >=5
, random >=1.1
, monad-logger >=0.3 && <0.4
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:
base >=4.6 && <5.0
, transformers >=0.4.0.0
, mtl >=2.2.1
, safe-exceptions <0.2
, unordered-containers
, pinboard
, bytestring
, containers
, hspec >=1.8
, text
, time
, aeson
, semigroups
, QuickCheck
other-modules:
ApproxEq
Instances
PropJSON
default-language: Haskell2010
1 change: 1 addition & 0 deletions pinboard/0.9.12.4/pinboard.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"e1786bb0b64897ec914f8754632fd6ea","Skein512_512":"0cafbaa4ccee3108e40dfb823a4f8b95c6ed321223e2b4ff7decb817b9476e1de64ce77622aed641197d3460f619f8bbefa10b84fcaef2a98e7f3419a37342b6","SHA1":"f4c5196fe571855620c4bac8f54bb6cf70951bb2","SHA512":"817adba9a3416cc602325a1e362dbf085d8e7c1ff260fc1a198725227d5248af75a773a01e7a4868219884ec013777b67c3105a68429598cb9c3c9d6b684bb77","SHA256":"a64c3dab19bedbe341406a0897a323d9f7830f384856f01a8d0a2cf5ae591e99"},"package-locations":["https://hackage.haskell.org/package/pinboard-0.9.12.4/pinboard-0.9.12.4.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/pinboard-0.9.12.4.tar.gz"],"package-size":18366}

0 comments on commit e2cd120

Please sign in to comment.