Skip to content

Commit

Permalink
Bump nix versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dmjio committed Jan 23, 2018
1 parent 51e8202 commit 6bd0b40
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.3";
version = "2.3.0";
src = ./.;
libraryHaskellDepends = [
aeson base bytestring mtl text time transformers
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.3";
version = "2.3.0";
src = ./.;
libraryHaskellDepends = [ base stripe-core stripe-http-streams ];
homepage = "https://github.com/dmjio/stripe";
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.3";
version = "2.3.0";
src = ./.;
libraryHaskellDepends = [
aeson base bytestring HsOpenSSL http-streams io-streams stripe-core
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.3";
version = "2.3.0";
src = ./.;
libraryHaskellDepends = [
aeson base bytestring free hspec hspec-core mtl random stripe-core
Expand Down

0 comments on commit 6bd0b40

Please sign in to comment.