File tree Expand file tree Collapse file tree 1 file changed +13
-5
lines changed Expand file tree Collapse file tree 1 file changed +13
-5
lines changed Original file line number Diff line number Diff line change 1
1
Name : IOSpec
2
- Version : 0.3.1.1
2
+ Version : 0.3.1.2
3
3
License : BSD3
4
4
License-file : LICENSE
5
- Cabal-Version : >= 1.8
5
+ Cabal-Version : >= 1.10
6
6
Author : Wouter Swierstra,
7
7
Yusaku Hashimoto,
8
8
Nikolay Amiantov,
@@ -53,10 +53,18 @@ Source-Repository head
53
53
54
54
Library
55
55
Build-Depends : base >= 4.8.0.0 && < 5
56
- , mtl
56
+ , mtl >= 2 && < 3
57
57
, QuickCheck >= 2 && < 3
58
- , Stream
59
- Extensions : MultiParamTypeClasses, OverlappingInstances
58
+ , Stream < 1
59
+ Default-Language : Haskell98
60
+ Default-Extensions : MultiParamTypeClasses
61
+ , OverlappingInstances
62
+ Other-Extensions : DeriveDataTypeable
63
+ , EmptyDataDecls
64
+ , ExistentialQuantification
65
+ , FlexibleInstances
66
+ , FlexibleContexts
67
+ , TypeOperators
60
68
Ghc-options : -Wall
61
69
Hs-source-dirs : src
62
70
Exposed-modules : Test.IOSpec
You can’t perform that action at this time.
0 commit comments