Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

Commit

Permalink
Update to Stackage LTS 18.21 (#327)
Browse files Browse the repository at this point in the history
  • Loading branch information
serras authored Jan 13, 2022
1 parent af88b3b commit 315ff0b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
let
haskellNix = import (builtins.fetchTarball https://github.com/input-output-hk/haskell.nix/archive/7ef531c.tar.gz) {};
haskellNix = import (builtins.fetchTarball https://github.com/input-output-hk/haskell.nix/archive/7c5d604.tar.gz) {};
nixpkgsSrc = haskellNix.sources.nixpkgs-2003;
nixpkgsArgs = haskellNix.nixpkgsArgs;
in
Expand Down
2 changes: 1 addition & 1 deletion stack-nightly.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
resolver: nightly-2021-12-17
resolver: nightly-2022-01-06
allow-newer: true

packages:
Expand Down
2 changes: 1 addition & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
resolver: lts-18.18
resolver: lts-18.21
allow-newer: true

packages:
Expand Down
2 changes: 1 addition & 1 deletion templates/graphql-server.hsfiles
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ executable {{name}}


{-# START_FILE stack.yaml #-}
resolver: lts-18.18
resolver: lts-18.21
allow-newer: true
extra-deps:
- mu-schema-0.3.1.2
Expand Down
2 changes: 1 addition & 1 deletion templates/grpc-server-avro.hsfiles
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ executable {{name}}
, text

{-# START_FILE stack.yaml #-}
resolver: lts-18.18
resolver: lts-18.21
allow-newer: true
extra-deps:
# mu
Expand Down
2 changes: 1 addition & 1 deletion templates/grpc-server-protobuf.hsfiles
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ executable {{name}}
, text

{-# START_FILE stack.yaml #-}
resolver: lts-18.18
resolver: lts-18.21
allow-newer: true
extra-deps:
# mu
Expand Down

0 comments on commit 315ff0b

Please sign in to comment.