]> git.immae.eu Git - github/fretlink/squeal-hspec.git/commitdiff
chore(bump): bump to LTS 18.18 bump-to-lts-18-18
authoradrien duclos <adrien.duclos@fretlink.com>
Tue, 30 Nov 2021 11:04:15 +0000 (12:04 +0100)
committeradrien duclos <adrien.duclos@fretlink.com>
Tue, 30 Nov 2021 11:04:15 +0000 (12:04 +0100)
src/Squeal/PostgreSQL/Hspec.hs
stack.yaml

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
 
index 647da5a6a49b0a2ffad841ecfbcfe4959f9597f8..64778751943823cffd9ec53ff27e93cd104e176b 100644 (file)
@@ -18,7 +18,7 @@
 #
 # resolver: ./custom-snapshot.yaml
 # resolver: https://example.com/snapshots/2018-01-01.yaml
-resolver: lts-16.31
+resolver: lts-18.18
 
 # User packages to be built.
 # Various formats can be used as shown in the example below.