diff options
author | adrien duclos <adrien.duclos@fretlink.com> | 2021-11-30 12:04:15 +0100 |
---|---|---|
committer | adrien duclos <adrien.duclos@fretlink.com> | 2021-11-30 12:04:15 +0100 |
commit | 964cc463b021d55ddfb4627a68ee2fe3f8988aee (patch) | |
tree | 238199ba8b1b104240739259c706d119271c8f4e | |
parent | 26739f2fcf8bdffbf9cef2bce5de331577d8dc87 (diff) | |
download | squeal-hspec-bump-to-lts-18-18.tar.gz squeal-hspec-bump-to-lts-18-18.tar.zst squeal-hspec-bump-to-lts-18-18.zip |
chore(bump): bump to LTS 18.18bump-to-lts-18-18
-rw-r--r-- | src/Squeal/PostgreSQL/Hspec.hs | 2 | ||||
-rw-r--r-- | stack.yaml | 2 |
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 | ||
9 | The libary also provides a few other functions for more fine grained control over running transactions in tests. | 9 | The 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 #-} | ||
19 | module Squeal.PostgreSQL.Hspec | 17 | module Squeal.PostgreSQL.Hspec |
20 | where | 18 | where |
21 | 19 | ||
@@ -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 |
21 | resolver: lts-16.31 | 21 | resolver: 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. |