File tree 2 files changed +6
-9
lines changed
2 files changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,8 @@ library:
29
29
cpp-options : -DWINDOWS
30
30
31
31
tests :
32
- typed-process-test :
32
+ typed-process-test : &typed-process-test
33
+ build-tools : hspec-discover
33
34
main : Spec.hs
34
35
source-dirs : test
35
36
ghc-options :
@@ -38,14 +39,9 @@ tests:
38
39
- -with-rtsopts=-N
39
40
dependencies :
40
41
- base64-bytestring
41
- - hspec
42
+ - hspec == 2.*
42
43
- temporary
43
44
- typed-process
44
45
typed-process-test-single-threaded :
45
- main : Spec.hs
46
- source-dirs : test
47
- dependencies :
48
- - base64-bytestring
49
- - hspec
50
- - temporary
51
- - typed-process
46
+ << : *typed-process-test
47
+ ghc-options : []
Original file line number Diff line number Diff line change 1
1
{-# LANGUAGE CPP #-}
2
2
{-# LANGUAGE TypeFamilies #-}
3
+ {-# LANGUAGE TypeOperators #-}
3
4
{-# LANGUAGE DeriveDataTypeable #-}
4
5
{-# LANGUAGE RecordWildCards #-}
5
6
{-# LANGUAGE DataKinds #-}
You can’t perform that action at this time.
0 commit comments