packages feed

polysemy-test 0.3.1.2 → 0.3.1.3

raw patch · 2 files changed

+3/−1 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

polysemy-test.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack  name:           polysemy-test-version:        0.3.1.2+version:        0.3.1.3 synopsis:       Polysemy effects for testing description:    Please see the README on Github at <https://github.com/tek/polysemy-test> category:       Test
test/Polysemy/Test/Test/FilesTest.hs view
@@ -1,3 +1,5 @@+{-# options_ghc -Wno-unused-imports #-}+ module Polysemy.Test.Test.FilesTest where  import qualified Data.Text as Text