Bump hspec to 2.11 by andreasabel · Pull Request #494 · haskell-github/github · GitHub
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
49 changes: 16 additions & 33 deletions .github/workflows/haskell-ci.yml
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
GitHub
------

[![Hackage version](https://img.shields.io/hackage/v/github.svg?label=Hackage&color=informational)](http://hackage.haskell.org/package/github)
[![github on Stackage Nightly](https://stackage.org/package/github/badge/nightly)](https://stackage.org/nightly/package/github)
[![Stackage LTS version](https://www.stackage.org/package/github/badge/lts?label=Stackage)](https://www.stackage.org/package/github)
[![Haskell-CI](https://github.com/haskell-github/github/actions/workflows/haskell-ci.yml/badge.svg)](https://github.com/haskell-github/github/actions/workflows/haskell-ci.yml)
[![Hackage](https://img.shields.io/hackage/v/github.svg)][hackage]

The GitHub API v3 for Haskell.

Expand Down Expand Up @@ -92,7 +94,7 @@ Copyright 2016-2019 Oleg Grenrus.

Available under the BSD 3-clause license.

[hackage]: http://hackage.haskell.org/package/github "Hackage"
[hackage]: https://hackage.haskell.org/package/github "Hackage"

Alternative
===========
Expand Down
12 changes: 6 additions & 6 deletions github.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: >=1.10
name: github
version: 0.28.0.1
x-revision: 1
x-revision: 2
synopsis: Access to the GitHub API, v3.
category: Network
description:
Expand Down Expand Up @@ -31,9 +31,9 @@ copyright:
Copyright 2012-2013 Mike Burns, Copyright 2013-2015 John Wiegley, Copyright 2016-2021 Oleg Grenrus

tested-with:
GHC == 9.6.0
GHC == 9.6.1
GHC == 9.4.4
GHC == 9.2.6
GHC == 9.2.7
GHC == 9.0.2
GHC == 8.10.7
GHC == 8.8.4
Expand All @@ -51,7 +51,7 @@ extra-source-files:

source-repository head
type: git
location: git://github.com/haskell-github/github.git
location: https://github.com/haskell-github/github.git

flag openssl
description: "Use http-client-openssl"
Expand Down Expand Up @@ -219,7 +219,7 @@ test-suite github-test
hs-source-dirs: spec
main-is: Spec.hs
ghc-options: -Wall -threaded
build-tool-depends: hspec-discover:hspec-discover >=2.7.1 && <2.11
build-tool-depends: hspec-discover:hspec-discover >=2.7.1 && <2.12
other-extensions: TemplateHaskell
other-modules:
GitHub.ActivitySpec
Expand All @@ -244,7 +244,7 @@ test-suite github-test
, bytestring
, file-embed
, github
, hspec >=2.6.1 && <2.11
, hspec >=2.6.1 && <2.12
, tagged
, text
, unordered-containers
Expand Down
4 changes: 2 additions & 2 deletions samples/github-samples.cabal