polysemy-test 0.3.1.8 → 0.3.1.9
raw patch · 2 files changed
+8/−15 lines, 2 filesdep −string-interpolatedep −template-haskellPVP ok
version bump matches the API change (PVP)
Dependencies removed: string-interpolate, template-haskell
API changes (from Hackage documentation)
Files
- lib/Polysemy/Test/Prelude.hs +0/−7
- polysemy-test.cabal +8/−8
lib/Polysemy/Test/Prelude.hs view
@@ -21,12 +21,10 @@ import Data.Either.Combinators (mapLeft) import Data.Foldable (foldl, traverse_) import Data.Map.Strict (Map, lookup)-import Data.String.Interpolate (i) import qualified Data.Text as Text import Debug.Trace (trace, traceShow) import GHC.Err (undefined) import GHC.IO.Unsafe (unsafePerformIO)-import Language.Haskell.TH.Quote (QuasiQuoter) import Polysemy ( Effect, EffectRow,@@ -231,8 +229,3 @@ mneToList = maybe [] toList {-# INLINE mneToList #-}--qt :: QuasiQuoter-qt =- i-{-# INLINE qt #-}
polysemy-test.cabal view
@@ -1,17 +1,17 @@ cabal-version: 2.2 --- This file has been generated from package.yaml by hpack version 0.34.4.+-- This file has been generated from package.yaml by hpack version 0.34.6. -- -- see: https://github.com/sol/hpack name: polysemy-test-version: 0.3.1.8-synopsis: Polysemy effects for testing-description: Please see the README on Github at <https://github.com/tek/polysemy-test>+version: 0.3.1.9+synopsis: Polysemy Effects for Testing+description: See https://hackage.haskell.org/package/polysemy-test/docs/Polysemy-Test.html category: Test author: Torsten Schmits-maintainer: tek@tryp.io-copyright: 2020 Torsten Schmits+maintainer: haskell@tryp.io+copyright: 2021 Torsten Schmits license: BSD-2-Clause-Patent license-file: LICENSE build-type: Simple@@ -105,10 +105,8 @@ , path-io >=0.2 , polysemy >=1.3 , relude >=0.7- , string-interpolate >=0.1 , tasty >=1.1 , tasty-hedgehog >=1.0.0.2- , template-haskell , text , transformers mixins:@@ -121,6 +119,8 @@ other-modules: Polysemy.Test.Test.FilesTest Polysemy.Test.Test.HedgehogTest+ Paths_polysemy_test+ autogen-modules: Paths_polysemy_test hs-source-dirs: test