Skip to content

Commit

Permalink
manual tweak nix and stack
Browse files Browse the repository at this point in the history
  • Loading branch information
freizl committed Jun 26, 2022
1 parent 0f2feca commit a3b97d7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion hoauth2-example/hoauth2-example.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
}:
mkDerivation {
pname = "hoauth2-example";
version = "1.0.0";
version = "1.3.0";
src = ./.;
isLibrary = false;
isExecutable = true;
Expand Down
2 changes: 1 addition & 1 deletion hoauth2/hoauth2.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
}:
mkDerivation {
pname = "hoauth2";
version = "2.1.0";
version = "2.4.0";
src = ./.;
libraryHaskellDepends = [
aeson base binary bytestring exceptions hashable http-conduit
Expand Down
2 changes: 1 addition & 1 deletion stack-nightly.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# For more information, see: https://github.com/commercialhaskell/stack/blob/master/doc/yaml_configuration.md

# Specifies the GHC version and set of packages available (e.g., lts-3.5, nightly-2015-09-21, ghc-7.10.2)
resolver: nightly-2022-03-25
resolver: nightly-2022-06-26

# Local packages, usually specified by relative directory name
packages:
Expand Down

0 comments on commit a3b97d7

Please sign in to comment.