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 /src/Squeal/PostgreSQL | |
parent | 26739f2fcf8bdffbf9cef2bce5de331577d8dc87 (diff) | |
download | squeal-hspec-964cc463b021d55ddfb4627a68ee2fe3f8988aee.tar.gz squeal-hspec-964cc463b021d55ddfb4627a68ee2fe3f8988aee.tar.zst squeal-hspec-964cc463b021d55ddfb4627a68ee2fe3f8988aee.zip |
chore(bump): bump to LTS 18.18bump-to-lts-18-18
Diffstat (limited to 'src/Squeal/PostgreSQL')
-rw-r--r-- | src/Squeal/PostgreSQL/Hspec.hs | 2 |
1 files changed, 0 insertions, 2 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 | ||