Skip to content

Commit d0de1c8

Browse files
committed
Bump version and update cabal file for Cabal 1.10+.
1 parent 508e591 commit d0de1c8

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

IOSpec.cabal

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Name: IOSpec
2-
Version: 0.3.1.1
2+
Version: 0.3.1.2
33
License: BSD3
44
License-file: LICENSE
5-
Cabal-Version: >= 1.8
5+
Cabal-Version: >= 1.10
66
Author: Wouter Swierstra,
77
Yusaku Hashimoto,
88
Nikolay Amiantov,
@@ -53,10 +53,18 @@ Source-Repository head
5353

5454
Library
5555
Build-Depends: base >= 4.8.0.0 && < 5
56-
, mtl
56+
, mtl >= 2 && < 3
5757
, 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
6068
Ghc-options: -Wall
6169
Hs-source-dirs: src
6270
Exposed-modules: Test.IOSpec

0 commit comments

Comments
 (0)