Skip to content
This repository was archived by the owner on Dec 14, 2024. It is now read-only.

Commit ec759fb

Browse files
committed
Major Bump
1 parent 8f41f09 commit ec759fb

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

hackernews.cabal

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: hackernews
2-
version: 1.1.2.0
2+
version: 1.2.0.0
33
description: API for news.ycombinator.com
44
license: MIT
55
synopsis: API for Hacker News
@@ -23,13 +23,13 @@ executable example
2323
if impl (ghcjs)
2424
build-depends:
2525
base
26-
, hackernews == 1.1.*
26+
, hackernews == 1.2.*
2727
, ghcjs-base
2828
hs-source-dirs: ghcjs-examples
2929
else
3030
build-depends:
3131
base
32-
, hackernews == 1.1.*
32+
, hackernews == 1.2.*
3333
, http-client-tls
3434
, http-client
3535
hs-source-dirs: ghc-examples
@@ -39,7 +39,7 @@ executable ghcjs-tests
3939
if impl(ghcjs)
4040
hs-source-dirs: ghcjs-tests
4141
build-depends: base
42-
, hackernews == 1.1.*
42+
, hackernews == 1.2.*
4343
, ghcjs-base
4444
, hspec
4545
, hspec-core
@@ -89,7 +89,7 @@ Test-Suite ghc-tests
8989
hs-source-dirs: ghc-tests
9090
build-depends: aeson
9191
, base
92-
, hackernews == 1.1.*
92+
, hackernews == 1.2.*
9393
, hspec
9494
, http-client-tls
9595
, http-client

hackernews.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ let
3434
else ghc-deps;
3535
in mkDerivation {
3636
pname = "hackernews";
37-
version = "1.1.2.0";
37+
version = "1.2.0.0";
3838
src = ./.;
3939
isExecutable = true;
4040
isLibrary = true;

0 commit comments

Comments
 (0)