Skip to content

Commit

Permalink
version bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
dmjio committed Oct 8, 2017
1 parent 02e6544 commit 589223a
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion stripe-core/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
}:
mkDerivation {
pname = "stripe-core";
version = "2.2.2";
version = "2.2.3";
src = ./.;
libraryHaskellDepends = [
aeson base bytestring mtl text time transformers
Expand Down
4 changes: 2 additions & 2 deletions stripe-core/stripe-core.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: stripe-core
version: 2.2.2
version: 2.2.3
synopsis: Stripe API for Haskell - Pure Core
license: MIT
license-file: LICENSE
Expand All @@ -25,7 +25,7 @@ library
, bytestring >= 0.10 && < 0.11
, mtl >= 2.1.2 && < 2.3
, text >= 1.0 && < 1.3
, time >= 1.4 && < 1.7
, time >= 1.4 && < 1.9
, transformers >= 0.3 && < 0.6
, unordered-containers >= 0.2.5 && < 0.3

Expand Down
2 changes: 1 addition & 1 deletion stripe-haskell/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ mkDerivation, base, stdenv, stripe-core, stripe-http-streams }:
mkDerivation {
pname = "stripe-haskell";
version = "2.2.2";
version = "2.2.3";
src = ./.;
libraryHaskellDepends = [ base stripe-core stripe-http-streams ];
homepage = "https://github.com/dmjio/stripe";
Expand Down
2 changes: 1 addition & 1 deletion stripe-haskell/stripe-haskell.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: stripe-haskell
version: 2.2.2
version: 2.2.3
synopsis: Stripe API for Haskell
license: MIT
license-file: LICENSE
Expand Down
2 changes: 1 addition & 1 deletion stripe-http-streams/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
}:
mkDerivation {
pname = "stripe-http-streams";
version = "2.2.2";
version = "2.2.3";
src = ./.;
libraryHaskellDepends = [
aeson base bytestring HsOpenSSL http-streams io-streams stripe-core
Expand Down
4 changes: 2 additions & 2 deletions stripe-http-streams/stripe-http-streams.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: stripe-http-streams
version: 2.2.2
version: 2.2.3
license: MIT
license-file: LICENSE
author: David Johnson, Jeremy Shaw
Expand All @@ -26,7 +26,7 @@ library
, bytestring >= 0.10 && < 0.11
, HsOpenSSL >= 0.11 && < 0.12
, http-streams >= 0.7 && < 0.9
, io-streams >= 1.2 && < 1.4
, io-streams >= 1.2 && < 1.6
, stripe-core >= 2.0 && < 2.3
, text >= 1.1 && < 1.3
ghc-options: -Wall
Expand Down
2 changes: 1 addition & 1 deletion stripe-tests/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
}:
mkDerivation {
pname = "stripe-tests";
version = "2.2.2";
version = "2.2.3";
src = ./.;
libraryHaskellDepends = [
aeson base bytestring free hspec hspec-core mtl random stripe-core
Expand Down
4 changes: 2 additions & 2 deletions stripe-tests/stripe-tests.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: stripe-tests
version: 2.2.2
version: 2.2.3
synopsis: Tests for Stripe API bindings for Haskell
license: MIT
license-file: LICENSE
Expand Down Expand Up @@ -32,7 +32,7 @@ library
, hspec-core >= 2.1.0 && < 2.5
, stripe-core >= 2.0 && < 2.3
, text >= 1.0 && < 1.3
, time >= 1.4 && < 1.7
, time >= 1.4 && < 1.9
, transformers >= 0.3 && < 0.6
, unordered-containers >= 0.2.5 && < 0.3

Expand Down

0 comments on commit 589223a

Please sign in to comment.