This repository was archived by the owner on Dec 14, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
name : hackernews
2
- version : 1.1.2 .0
2
+ version : 1.2.0 .0
3
3
description : API for news.ycombinator.com
4
4
license : MIT
5
5
synopsis : API for Hacker News
@@ -23,13 +23,13 @@ executable example
23
23
if impl (ghcjs)
24
24
build-depends :
25
25
base
26
- , hackernews == 1.1 . *
26
+ , hackernews == 1.2 . *
27
27
, ghcjs-base
28
28
hs-source-dirs : ghcjs-examples
29
29
else
30
30
build-depends :
31
31
base
32
- , hackernews == 1.1 . *
32
+ , hackernews == 1.2 . *
33
33
, http-client-tls
34
34
, http-client
35
35
hs-source-dirs : ghc-examples
@@ -39,7 +39,7 @@ executable ghcjs-tests
39
39
if impl(ghcjs)
40
40
hs-source-dirs : ghcjs-tests
41
41
build-depends : base
42
- , hackernews == 1.1 . *
42
+ , hackernews == 1.2 . *
43
43
, ghcjs-base
44
44
, hspec
45
45
, hspec-core
@@ -89,7 +89,7 @@ Test-Suite ghc-tests
89
89
hs-source-dirs : ghc-tests
90
90
build-depends : aeson
91
91
, base
92
- , hackernews == 1.1 . *
92
+ , hackernews == 1.2 . *
93
93
, hspec
94
94
, http-client-tls
95
95
, http-client
Original file line number Diff line number Diff line change 34
34
else ghc-deps ;
35
35
in mkDerivation {
36
36
pname = "hackernews" ;
37
- version = "1.1.2 .0" ;
37
+ version = "1.2.0 .0" ;
38
38
src = ./. ;
39
39
isExecutable = true ;
40
40
isLibrary = true ;
You can’t perform that action at this time.
0 commit comments