From 964cc463b021d55ddfb4627a68ee2fe3f8988aee Mon Sep 17 00:00:00 2001 From: adrien duclos Date: Tue, 30 Nov 2021 12:04:15 +0100 Subject: [PATCH] chore(bump): bump to LTS 18.18 --- src/Squeal/PostgreSQL/Hspec.hs | 2 -- stack.yaml | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/Squeal/PostgreSQL/Hspec.hs b/src/Squeal/PostgreSQL/Hspec.hs index 7e78fa7..c0a04e9 100644 --- a/src/Squeal/PostgreSQL/Hspec.hs +++ b/src/Squeal/PostgreSQL/Hspec.hs @@ -8,14 +8,12 @@ Tests can be written with 'itDB' which is wrapper around 'it' that uses the pass The libary also provides a few other functions for more fine grained control over running transactions in tests. -} -{-# LANGUAGE DataKinds #-} {-# LANGUAGE FlexibleContexts #-} {-# LANGUAGE MonoLocalBinds #-} {-# LANGUAGE RankNTypes #-} {-# LANGUAGE RecordWildCards #-} {-# LANGUAGE TupleSections #-} {-# LANGUAGE TypeInType #-} -{-# LANGUAGE TypeOperators #-} module Squeal.PostgreSQL.Hspec where diff --git a/stack.yaml b/stack.yaml index 647da5a..6477875 100644 --- a/stack.yaml +++ b/stack.yaml @@ -18,7 +18,7 @@ # # resolver: ./custom-snapshot.yaml # resolver: https://example.com/snapshots/2018-01-01.yaml -resolver: lts-16.31 +resolver: lts-18.18 # User packages to be built. # Various formats can be used as shown in the example below. -- 2.41.0