udpate lts to 18.11 (#69)

This commit is contained in:
Lucy C
2021-11-08 09:39:06 -07:00
committed by GitHub
parent 47a31ddfc3
commit e81b3b7546
2 changed files with 2 additions and 1 deletions

View File

@@ -6,6 +6,7 @@
{-# LANGUAGE TemplateHaskell #-}
{-# LANGUAGE TypeFamilies #-}
{-# LANGUAGE UndecidableInstances #-}
{-# LANGUAGE DataKinds #-}
module Model where

View File

@@ -17,7 +17,7 @@
#
# resolver: ./custom-snapshot.yaml
# resolver: https://example.com/snapshots/2018-01-01.yaml
resolver: lts-16.15
resolver: lts-18.11
# User packages to be built.
# Various formats can be used as shown in the example below.