Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f9eda0a

Browse files
committed
Merge pull request haskell-github#218 from phadej/ghc-8.0
Allow GHC-8.0
2 parents eb610e6 + 4dd62be commit f9eda0a

File tree

3 files changed

+118
-5
lines changed

3 files changed

+118
-5
lines changed

.travis.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,18 @@ matrix:
2121
- env: BUILD=cabal CABALVER=1.18 GHCVER=7.8.4
2222
compiler: ": #GHC 7.8.4"
2323
addons: {apt: {packages: [cabal-install-1.18,ghc-7.8.4], sources: [hvr-ghc]}}
24+
- env: BUILD=cabal CABALVER=1.22 GHCVER=7.10.3
25+
compiler: ": #GHC 7.10.3"
26+
addons: {apt: {packages: [cabal-install-1.22,ghc-7.10.3], sources: [hvr-ghc]}}
27+
- env: BUILD=cabal CABALVER=1.24 GHCVER=8.0.1
28+
compiler: ": #GHC 8.0.1"
29+
addons: {apt: {packages: [cabal-install-1.24,ghc-8.0.1], sources: [hvr-ghc]}}
2430
- env: BUILD=cabal CABALVER=1.18 GHCVER=7.8.4 STACKAGESNAPSHOT=lts-2.22
2531
compiler: ": #GHC 7.8.4 lts-2.22"
2632
addons: {apt: {packages: [cabal-install-1.18,ghc-7.8.4], sources: [hvr-ghc]}}
2733
- env: BUILD=cabal CABALVER=1.22 GHCVER=7.10.2 STACKAGESNAPSHOT=lts-3.22
2834
compiler: ": #GHC 7.10.2 lts-3.22"
2935
addons: {apt: {packages: [cabal-install-1.22,ghc-7.10.2], sources: [hvr-ghc]}}
30-
- env: BUILD=cabal CABALVER=1.22 GHCVER=7.10.3
31-
compiler: ": #GHC 7.10.3"
32-
addons: {apt: {packages: [cabal-install-1.22,ghc-7.10.3], sources: [hvr-ghc]}}
3336
- env: BUILD=cabal CABALVER=1.22 GHCVER=7.10.3 STACKAGESNAPSHOT=lts-4.2
3437
compiler: ": #GHC 7.10.3 lts-4.2"
3538
addons: {apt: {packages: [cabal-install-1.22,ghc-7.10.3], sources: [hvr-ghc]}}

github.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ homepage: https://github.com/phadej/github
2525
copyright: Copyright 2012-2013 Mike Burns, Copyright 2013-2015 John Wiegley, Copyright 2016 Oleg Grenrus
2626
category: Network
2727
build-type: Simple
28-
tested-with: GHC==7.8.4, GHC==7.10.3
28+
tested-with: GHC==7.8.4, GHC==7.10.3, GHC==8.0.1
2929
cabal-version: >=1.10
3030
extra-source-files:
3131
README.md,
@@ -100,7 +100,7 @@ Library
100100
GitHub.Request
101101

102102
-- Packages needed in order to build this package.
103-
build-depends: base >= 4.7 && <4.9,
103+
build-depends: base >=4.7 && <4.10,
104104
aeson >=0.7.0.6 && <0.12,
105105
attoparsec >=0.11.3.4 && <0.14,
106106
base-compat >=0.9.1 && <0.10,

stack-ghc-8.0.yaml

Lines changed: 110 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,110 @@
1+
flags:
2+
time-locale-compat:
3+
old-locale: false
4+
packages:
5+
- '.'
6+
setup-info:
7+
ghc:
8+
linux64:
9+
8.0.0.20160421:
10+
url: https://downloads.haskell.org/~ghc/8.0.1-rc4/ghc-8.0.0.20160421-x86_64-unknown-linux.tar.xz
11+
macosx:
12+
8.0.0.20160421:
13+
url: https://downloads.haskell.org/~ghc/8.0.1-rc4/ghc-8.0.0.20160421-x86_64-apple-darwin.tar.xz
14+
extra-deps:
15+
- HUnit-1.3.1.1
16+
- QuickCheck-2.8.2
17+
- StateVar-1.1.0.4
18+
- adjunctions-4.3
19+
- aeson-0.11.2.0
20+
- aeson-compat-0.3.3.0
21+
- ansi-terminal-0.6.2.3
22+
- asn1-encoding-0.9.3
23+
- asn1-parse-0.9.4
24+
- asn1-types-0.3.2
25+
- async-2.1.0
26+
- attoparsec-0.13.0.2
27+
- base-compat-0.9.1
28+
- base-orphans-0.5.4
29+
- base16-bytestring-0.1.1.6
30+
- base64-bytestring-1.0.0.1
31+
- bifunctors-5.3
32+
- binary-orphans-0.1.4.0
33+
- blaze-builder-0.4.0.2
34+
- byteable-0.1.1
35+
- bytestring-conversion-0.3.1
36+
- case-insensitive-1.2.0.6
37+
- cereal-0.5.1.0
38+
- comonad-5
39+
- connection-0.2.5
40+
- contravariant-1.4
41+
- cookie-0.4.2
42+
- cryptohash-0.11.9
43+
- cryptonite-0.15
44+
- data-default-class-0.0.1
45+
- deepseq-generics-0.2.0.0
46+
- distributive-0.5.0.2
47+
- dlist-0.7.1.2
48+
- double-conversion-2.0.1.0
49+
- errors-2.1.2
50+
- exceptions-0.8.2.1
51+
- fail-4.9.0.0
52+
- file-embed-0.0.10
53+
- free-4.12.4
54+
- hashable-1.2.4.0
55+
- hourglass-0.2.10
56+
- hspec-2.2.3
57+
- hspec-core-2.2.3
58+
- hspec-discover-2.2.3
59+
- hspec-expectations-0.7.2
60+
- http-client-0.4.28
61+
- http-client-tls-0.2.4
62+
- http-link-header-1.0.1
63+
- http-types-0.9
64+
- iso8601-time-0.1.4
65+
- kan-extensions-5.0.1
66+
- keys-3.11
67+
- memory-0.12
68+
- mime-types-0.1.0.7
69+
- mtl-2.2.1
70+
- nats-1.1
71+
- network-2.6.2.1
72+
- network-uri-2.6.1.0
73+
- old-locale-1.0.0.7
74+
- parsec-3.1.11
75+
- pem-0.2.2
76+
- pointed-5
77+
- prelude-extras-0.4.0.3
78+
- primitive-0.6.1.0
79+
- profunctors-5.2
80+
- quickcheck-io-0.1.2
81+
- random-1.1
82+
- safe-0.3.9
83+
- scientific-0.3.4.6
84+
- semigroupoids-5.0.1
85+
- semigroups-0.18.1
86+
- setenv-0.1.1.3
87+
- socks-0.5.5
88+
- stm-2.4.4.1
89+
- streaming-commons-0.1.15.5
90+
- syb-0.6
91+
- tagged-0.8.4
92+
- text-1.2.2.1
93+
- text-binary-0.2.1
94+
- tf-random-0.5
95+
- time-locale-compat-0.1.1.1
96+
- tls-1.3.8
97+
- transformers-compat-0.5.1.4
98+
- unexceptionalio-0.3.0
99+
- unordered-containers-0.2.7.0
100+
- vector-0.11.0.0
101+
- vector-binary-instances-0.2.3.2
102+
- vector-instances-3.3.1
103+
- void-0.7.1
104+
- x509-1.6.3
105+
- x509-store-1.6.1
106+
- x509-system-1.6.3
107+
- x509-validation-1.6.3
108+
- zlib-0.6.1.1
109+
compiler-check: match-exact
110+
resolver: ghc-8.0.0.20160421

0 commit comments

Comments
 (0)