File: Hspec-cabal

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 (15 lines) | stat: -rw-r--r-- 401 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: added direct Hspec deps in cabal file
Forwarded: no
Last-Update: 2022-08-11

--- haskell-yi-language-0.19.0.orig/yi-language.cabal
+++ haskell-yi-language-0.19.0/yi-language.cabal
@@ -75,6 +75,8 @@ test-suite tasty
     , microlens-platform
     , tasty
     , tasty-hspec
+    , hspec
+    , hspec-expectations
     , tasty-quickcheck
     , yi-language
   default-language: Haskell2010