aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authoradrien duclos <adrien.duclos@fretlink.com>2021-11-30 12:04:15 +0100
committeradrien duclos <adrien.duclos@fretlink.com>2021-11-30 12:04:15 +0100
commit964cc463b021d55ddfb4627a68ee2fe3f8988aee (patch)
tree238199ba8b1b104240739259c706d119271c8f4e
parent26739f2fcf8bdffbf9cef2bce5de331577d8dc87 (diff)
downloadsqueal-hspec-964cc463b021d55ddfb4627a68ee2fe3f8988aee.tar.gz
squeal-hspec-964cc463b021d55ddfb4627a68ee2fe3f8988aee.tar.zst
squeal-hspec-964cc463b021d55ddfb4627a68ee2fe3f8988aee.zip
chore(bump): bump to LTS 18.18bump-to-lts-18-18
-rw-r--r--src/Squeal/PostgreSQL/Hspec.hs2
-rw-r--r--stack.yaml2
2 files changed, 1 insertions, 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
8 8
9The libary also provides a few other functions for more fine grained control over running transactions in tests. 9The libary also provides a few other functions for more fine grained control over running transactions in tests.
10-} 10-}
11{-# LANGUAGE DataKinds #-}
12{-# LANGUAGE FlexibleContexts #-} 11{-# LANGUAGE FlexibleContexts #-}
13{-# LANGUAGE MonoLocalBinds #-} 12{-# LANGUAGE MonoLocalBinds #-}
14{-# LANGUAGE RankNTypes #-} 13{-# LANGUAGE RankNTypes #-}
15{-# LANGUAGE RecordWildCards #-} 14{-# LANGUAGE RecordWildCards #-}
16{-# LANGUAGE TupleSections #-} 15{-# LANGUAGE TupleSections #-}
17{-# LANGUAGE TypeInType #-} 16{-# LANGUAGE TypeInType #-}
18{-# LANGUAGE TypeOperators #-}
19module Squeal.PostgreSQL.Hspec 17module Squeal.PostgreSQL.Hspec
20where 18where
21 19
diff --git a/stack.yaml b/stack.yaml
index 647da5a..6477875 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -18,7 +18,7 @@
18# 18#
19# resolver: ./custom-snapshot.yaml 19# resolver: ./custom-snapshot.yaml
20# resolver: https://example.com/snapshots/2018-01-01.yaml 20# resolver: https://example.com/snapshots/2018-01-01.yaml
21resolver: lts-16.31 21resolver: lts-18.18
22 22
23# User packages to be built. 23# User packages to be built.
24# Various formats can be used as shown in the example below. 24# Various formats can be used as shown in the example below.