diff options
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 | ||