File: Hspec-imports

package info (click to toggle)
haskell-yi-language 0.19.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 260 kB
  • sloc: haskell: 959; makefile: 5
file content (16 lines) | stat: -rw-r--r-- 417 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: include some lost Hspec imports
Forwarded: no
Last-Update: 2022-08-11

--- haskell-yi-language-0.19.0.orig/test/Spec.hs
+++ haskell-yi-language-0.19.0/test/Spec.hs
@@ -5,6 +5,9 @@ import Test.Tasty
 import Test.Tasty.Hspec
 import Test.Tasty.QuickCheck
 
+import Test.Hspec
+import Test.Hspec.Expectations
+
 import Yi.Regex
 import Text.Regex.TDFA.ReadRegex (parseRegex)
 import Text.Regex.TDFA.Pattern