]> git.immae.eu Git - github/fretlink/squeal-hspec.git/blobdiff - src/Squeal/PostgreSQL/Hspec.hs
chore(bump): bump to LTS 18.18
[github/fretlink/squeal-hspec.git] / src / Squeal / PostgreSQL / Hspec.hs
index 7e78fa701385596fc63e1a835986dc25544110a0..c0a04e9c4a4ce86139b56e0e57673972aaf50e28 100644 (file)
@@ -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