pandoc-emphasize-code icon indicating copy to clipboard operation
pandoc-emphasize-code copied to clipboard

Add hspec as a test dependency

Open ozkutuk opened this issue 1 year ago • 0 comments

tasty-hspec removed the re-export of Test.Hspec with version 1.1.7, which made the test suite fail to compile. This commit adds hspec as a test dependency and adds explicit imports from Test.Hspec where needed.

https://github.com/mitchellwrosen/tasty-hspec/blob/main/CHANGELOG.md#117---2021-05-12

ozkutuk avatar Jul 06 '23 12:07 ozkutuk