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
#
# 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.